Update Jenkinsfile.develop
This commit is contained in:
@@ -4,7 +4,7 @@ pipeline {
|
|||||||
agent any;
|
agent any;
|
||||||
options {
|
options {
|
||||||
copyArtifactPermission projectNames: env.allProjectsArtifactPermission;
|
copyArtifactPermission projectNames: env.allProjectsArtifactPermission;
|
||||||
disableConcurrentBuilds abortPrevious: true;
|
disableConcurrentBuilds();
|
||||||
}
|
}
|
||||||
triggers {
|
triggers {
|
||||||
upstream(
|
upstream(
|
||||||
|
|||||||
Reference in New Issue
Block a user