From e19ca94653c9b252018f2343f4191d1693474b15 Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Fri, 20 Oct 2023 12:19:52 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) 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