We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418899d commit 0acec11Copy full SHA for 0acec11
Jenkinsfile
@@ -81,11 +81,11 @@ pipeline {
81
}
82
83
stage('Build Master') {
84
+ when {
85
+ branch: 'master'
86
+ }
87
parallel {
88
stage('x86_64') {
- when {
- branch 'master'
- }
89
steps {
90
ansiColor('xterm') {
91
// Codebase
@@ -127,9 +127,6 @@ pipeline {
127
128
129
stage('armhf') {
130
131
132
133
agent {
134
label 'armhf'
135
@@ -173,9 +170,6 @@ pipeline {
173
170
174
171
175
172
stage('arm64') {
176
177
178
179
180
label 'arm64'
181
0 commit comments