mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 21:08:13 -05:00
CI: Prevent having to spin up resources when not Master branch
This commit is contained in:
parent
418899d425
commit
5a9a716ca6
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -81,11 +81,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build Master') {
|
stage('Build Master') {
|
||||||
|
when {
|
||||||
|
branch 'master'
|
||||||
|
}
|
||||||
parallel {
|
parallel {
|
||||||
stage('x86_64') {
|
stage('x86_64') {
|
||||||
when {
|
|
||||||
branch 'master'
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
ansiColor('xterm') {
|
ansiColor('xterm') {
|
||||||
// Codebase
|
// Codebase
|
||||||
@ -127,9 +127,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('armhf') {
|
stage('armhf') {
|
||||||
when {
|
|
||||||
branch 'master'
|
|
||||||
}
|
|
||||||
agent {
|
agent {
|
||||||
label 'armhf'
|
label 'armhf'
|
||||||
}
|
}
|
||||||
@ -173,9 +170,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('arm64') {
|
stage('arm64') {
|
||||||
when {
|
|
||||||
branch 'master'
|
|
||||||
}
|
|
||||||
agent {
|
agent {
|
||||||
label 'arm64'
|
label 'arm64'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user