Merge branch 'develop' into feature/88-x-frame-options
This commit is contained in:
commit
77269b8a37
1 changed files with 3 additions and 9 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -81,11 +81,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Build Master') {
|
||||
parallel {
|
||||
stage('x86_64') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
parallel {
|
||||
stage('x86_64') {
|
||||
steps {
|
||||
ansiColor('xterm') {
|
||||
// Codebase
|
||||
|
@ -127,9 +127,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('armhf') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
agent {
|
||||
label 'armhf'
|
||||
}
|
||||
|
@ -173,9 +170,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('arm64') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
agent {
|
||||
label 'arm64'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue