move Docker build to master branch
This commit is contained in:
parent
b8581e5e78
commit
42063818f1
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -35,7 +35,7 @@ pipeline {
|
|||
|
||||
stage('Docker Images') {
|
||||
when {
|
||||
branch 'release'
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
withCredentials([usernamePassword(
|
||||
|
|
Loading…
Add table
Reference in a new issue