Merge branch 'develop' of github.com:jc21/nginx-proxy-manager into develop
This commit is contained in:
commit
ae9324295c
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -82,7 +82,11 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Build Master') {
|
stage('Build Master') {
|
||||||
when {
|
when {
|
||||||
|
<<<<<<< HEAD
|
||||||
branch 'master'
|
branch 'master'
|
||||||
|
=======
|
||||||
|
branch: 'master'
|
||||||
|
>>>>>>> 0acec1105bb2c29e1e03a81cfb05a6426b3e2a20
|
||||||
}
|
}
|
||||||
parallel {
|
parallel {
|
||||||
stage('x86_64') {
|
stage('x86_64') {
|
||||||
|
|
Loading…
Reference in a new issue