Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-08 15:22:06 +00:00
parent d7839d4033
commit b7f48cdd4a

4
Jenkinsfile vendored
View File

@@ -16,14 +16,14 @@ pipeline {
stage("build jar") { stage("build jar") {
steps { steps {
script { script {
gv.buildJar() //gv.buildJar()
} }
} }
} }
stage("build image") { stage("build image") {
steps { steps {
script { script {
gv.buildImage() //gv.buildImage()
} }
} }
} }