fix lib call
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -18,12 +18,16 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage("build jar") {
|
stage("build jar") {
|
||||||
steps {
|
steps {
|
||||||
buildJar()
|
script {
|
||||||
|
buildJar()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("build image") {
|
stage("build image") {
|
||||||
steps {
|
steps {
|
||||||
buildImage()
|
script {
|
||||||
|
buildImage()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("deploy") {
|
stage("deploy") {
|
||||||
|
|||||||
Reference in New Issue
Block a user