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(