diff --git a/Jenkinsfile b/Jenkinsfile index c23156e..a01ee2e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,24 +1,24 @@ -@Library('farmmaps-shared-library') _ - -pipeline { - agent any; - options { - copyArtifactPermission projectNames: env.allProjectsArtifactPermission; - disableConcurrentBuilds abortPrevious: true; - } - stages { - stage('FarmmapsLibBuildAll') { - steps { - stepFarmmapsLibBuildAll(); - } - } - } - post { - success { - postSuccess(); - } - always { - postAlways(); - } - } +@Library('farmmaps-shared-library') _ + +pipeline { + agent any; + options { + copyArtifactPermission projectNames: env.allProjectsArtifactPermission; + disableConcurrentBuilds(); + } + stages { + stage('FarmmapsLibBuildAll') { + steps { + stepFarmmapsLibBuildAll(); + } + } + } + post { + success { + postSuccess(); + } + always { + postAlways(); + } + } } \ No newline at end of file