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") {
steps {
script {
gv.buildJar()
//gv.buildJar()
}
}
}
stage("build image") {
steps {
script {
gv.buildImage()
//gv.buildImage()
}
}
}