Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-08 15:23:44 +00:00
parent b7f48cdd4a
commit 3da4e695d0

2
Jenkinsfile vendored
View File

@@ -16,6 +16,7 @@ pipeline {
stage("build jar") { stage("build jar") {
steps { steps {
script { script {
echo "bla"
//gv.buildJar() //gv.buildJar()
} }
} }
@@ -23,6 +24,7 @@ pipeline {
stage("build image") { stage("build image") {
steps { steps {
script { script {
echo "bla"
//gv.buildImage() //gv.buildImage()
} }
} }