Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-08 15:12:19 +00:00
parent 75f780bd0c
commit 6e6e1fdcb6

4
Jenkinsfile vendored
View File

@@ -18,14 +18,14 @@ pipeline {
} }
stage("build jar") { stage("build jar") {
steps { steps {
script { node {
buildJar() buildJar()
} }
} }
} }
stage("build image") { stage("build image") {
steps { steps {
script { node {
buildImage() buildImage()
} }
} }