Skip to content

Commit 09ddbc2

Browse files
committed
Always build missing
1 parent 01b7e5b commit 09ddbc2

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.jenkins/Jenkinsfile

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,10 @@ pipeline {
66
CONAN_USER = 'oss'
77
TARGET_BRANCH = 'master'
88
STABLE_BRANCH = 'stable/v*'
9+
BUILD_MISSING = "--build missing"
910
}
1011

1112
stages {
12-
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-
branch "${STABLE_BRANCH}"
25-
}
26-
steps {
27-
script {
28-
BUILD_MISSING = ""
29-
}
30-
}
31-
}
32-
3313
stage('Get Version') {
3414
steps {
3515
script {

0 commit comments

Comments
 (0)