fix lib call

This commit is contained in:
Nana Janashia
2020-11-08 16:05:48 +01:00
parent 6a5572a5f7
commit 75f780bd0c

4
Jenkinsfile vendored
View File

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