Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-07 17:43:27 +00:00
parent eea2109d66
commit f8698fee42

2
Jenkinsfile vendored
View File

@@ -16,7 +16,7 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
script { script {
buildDockerImage 'nanajanashia/demo-app:jma-2.0' buildDockerImage 'nanajanashia/demo-app:jma-3.0'
} }
} }
} }