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") {
steps {
script {
echo "bla"
//gv.buildJar()
}
}
@@ -23,6 +24,7 @@ pipeline {
stage("build image") {
steps {
script {
echo "bla"
//gv.buildImage()
}
}