Update Jenkinsfile
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -16,15 +16,18 @@ pipeline {
|
|||||||
stage("build jar") {
|
stage("build jar") {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
echo "bla"
|
echo "building jar"
|
||||||
//gv.buildJar()
|
//gv.buildJar()
|
||||||
|
sh 'helm repo add brigade https://brigadecore.github.io/charts"
|
||||||
|
sh 'helm search repo brigade'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("build image") {
|
stage("build image") {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
echo "bla"
|
echo "building image"
|
||||||
//gv.buildImage()
|
//gv.buildImage()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -32,7 +35,8 @@ pipeline {
|
|||||||
stage("deploy") {
|
stage("deploy") {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
gv.deployApp()
|
echo "deploying"
|
||||||
|
//gv.deployApp()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user