Skip to content

Commit

Permalink
Merge branch 'stable/v8.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Aug 30, 2023
2 parents 9d73227 + b43ed01 commit 09a047a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,14 @@ pipeline {
} }
steps {
script {
sh(script: "sed -Ei 's, version = .*\"([[:digit:]]+\\.[[:digit:]]+\\.[[:digit:]]+).*, version = \"\\1-${env.BUILD_NUMBER}\",' conanfile.py")
BUILD_MISSING = "--build missing"
sh(script: "sed -Ei 's,version = .*\"([[:digit:]]+\\.[[:digit:]]+\\.[[:digit:]]+).*,version = \"\\1-${env.BUILD_NUMBER}\",' conanfile.py")
}
}
}
stage('Adjust for Testing/Stable') {
when {
branch "${STABLE_BRANCH}"
}
stage('Include build missing') {
steps {
script {
BUILD_MISSING = ""
BUILD_MISSING = "--build missing"
}
}
}
Expand Down

0 comments on commit 09a047a

Please sign in to comment.