We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b7e5b commit 09ddbc2Copy full SHA for 09ddbc2
.jenkins/Jenkinsfile
@@ -6,30 +6,10 @@ pipeline {
6
CONAN_USER = 'oss'
7
TARGET_BRANCH = 'master'
8
STABLE_BRANCH = 'stable/v*'
9
+ BUILD_MISSING = "--build missing"
10
}
11
12
stages {
- stage('Adjust for Master/PR') {
13
- when { not {
14
- branch "${STABLE_BRANCH}"
15
- } }
16
- steps {
17
- script {
18
- BUILD_MISSING = "--build missing"
19
- }
20
21
22
- stage('Adjust for Testing/Stable') {
23
- when {
24
25
26
27
28
- BUILD_MISSING = ""
29
30
31
32
-
33
stage('Get Version') {
34
steps {
35
script {
0 commit comments