Update Jenkinsfile.develop
Some checks failed
FarmMaps/CarbonLib/pipeline/head There was a failure building this commit

This commit is contained in:
2023-10-20 12:00:07 +00:00
parent b69027edf2
commit c39096ce6f

View File

@@ -4,7 +4,7 @@ pipeline {
agent any;
options {
copyArtifactPermission projectNames: env.allProjectsArtifactPermission;
disableConcurrentBuilds abortPrevious: true;
disableConcurrentBuilds();
}
triggers {
upstream(