fix lib call

This commit is contained in:
Nana Janashia
2020-11-08 16:27:28 +01:00
parent aa6f394e65
commit 63a5e576a8

4
Jenkinsfile vendored
View File

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