Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/imex-rhs-eval-test
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 authored Dec 15, 2023
2 parents 8bdb35a + 9d2267e commit b997900
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
pipeline {
agent any

options {
// Abort a running Pipeline build if a new one is started
disableConcurrentBuilds(abortPrevious: true)
}

stages {

stage('print-environment') {
Expand Down

0 comments on commit b997900

Please sign in to comment.