add param to dockerbuild
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -26,7 +26,7 @@ pipeline {
|
|||||||
stage("build image") {
|
stage("build image") {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
buildImage()
|
buildImage 'nanajanashia/demo-app:jma-3.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user