mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-29 13:35:45 +00:00
CI: Prevent having to spin up resources when not Master branch
This commit is contained in:
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@@ -81,11 +81,11 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Build Master') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
parallel {
|
||||
stage('x86_64') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user