From d9848a8ba3fa0c557685f46286cd46033b78d956 Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Sun, 30 Jul 2023 10:53:08 +0200 Subject: [PATCH] AW-5371 Release 2023.08 libraries --- Jenkinsfile | 1 + Jenkinsfile.develop | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3f03a79..c23156e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { agent any; options { copyArtifactPermission projectNames: env.allProjectsArtifactPermission; + disableConcurrentBuilds abortPrevious: true; } stages { stage('FarmmapsLibBuildAll') { diff --git a/Jenkinsfile.develop b/Jenkinsfile.develop index 3f03a79..c23156e 100644 --- a/Jenkinsfile.develop +++ b/Jenkinsfile.develop @@ -4,6 +4,7 @@ pipeline { agent any; options { copyArtifactPermission projectNames: env.allProjectsArtifactPermission; + disableConcurrentBuilds abortPrevious: true; } stages { stage('FarmmapsLibBuildAll') { diff --git a/package.json b/package.json index 3cc8c97..cce6aed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "farmmaps-lib-app", - "version": "3.2.99", + "version": "3.3.0", "scripts": { "ng": "ng", "start": "ng serve",