Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -16,6 +16,7 @@ pipeline {
|
|||||||
stage("build jar") {
|
stage("build jar") {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
echo "bla"
|
||||||
//gv.buildJar()
|
//gv.buildJar()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -23,6 +24,7 @@ pipeline {
|
|||||||
stage("build image") {
|
stage("build image") {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
echo "bla"
|
||||||
//gv.buildImage()
|
//gv.buildImage()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user