Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-06-13 13:39:09 +03:00 committed by GitHub
parent de0e142776
commit b01467cb77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -9,7 +9,7 @@ pipeline {
} }
stage('Build Docker Image') { stage('Build Docker Image') {
when { when {
branch 'main' branch 'master'
} }
steps { steps {
script { script {
@ -22,7 +22,7 @@ pipeline {
} }
stage('Push Docker Image') { stage('Push Docker Image') {
when { when {
branch 'main' branch 'master'
} }
steps { steps {
script { script {