add param to dockerbuild

This commit is contained in:
Nana Janashia
2020-11-08 16:41:07 +01:00
parent 5aab8caed6
commit 946909a1b0

2
Jenkinsfile vendored
View File

@@ -26,7 +26,7 @@ pipeline {
stage("build image") { stage("build image") {
steps { steps {
script { script {
buildImage() buildImage 'nanajanashia/demo-app:jma-3.0'
} }
} }
} }