From 62145b95690aca01007c10a7c780066f0d9d4b40 Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Sun, 30 Jul 2023 10:48:46 +0200 Subject: [PATCH] AW-5371 Release 2023.08 libraries --- CarbonLib.csproj | 2 +- Jenkinsfile | 1 + Jenkinsfile.develop | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CarbonLib.csproj b/CarbonLib.csproj index ca8293a..3ac86e2 100644 --- a/CarbonLib.csproj +++ b/CarbonLib.csproj @@ -8,7 +8,7 @@ false false false - 2.0.99 + 2.1.0 diff --git a/Jenkinsfile b/Jenkinsfile index a2aa2a4..0893400 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { agent any; options { copyArtifactPermission projectNames: env.allProjectsArtifactPermission; + disableConcurrentBuilds abortPrevious: true; } triggers { upstream( diff --git a/Jenkinsfile.develop b/Jenkinsfile.develop index 93b96b0..cc02489 100644 --- a/Jenkinsfile.develop +++ b/Jenkinsfile.develop @@ -4,6 +4,7 @@ pipeline { agent any; options { copyArtifactPermission projectNames: env.allProjectsArtifactPermission; + disableConcurrentBuilds abortPrevious: true; } triggers { upstream(