Commit c8862f37 authored by Ndoumbe's avatar Ndoumbe

update

parent 13340d0b
...@@ -59,9 +59,9 @@ def call(body) { ...@@ -59,9 +59,9 @@ def call(body) {
} }
//changer le tag de l'image, le remplacer sur le value.yaml //changer le tag de l'image, le remplacer sur le value.yaml
stage('GitOps') { stage('GitOps') {
when { //when {
branch 'master' //branch 'master'
} //}
steps { steps {
script { script {
dir('charts') { dir('charts') {
...@@ -88,9 +88,9 @@ def call(body) { ...@@ -88,9 +88,9 @@ def call(body) {
} }
stage('Clean ') { stage('Clean ') {
when { //when {
branch 'master' //branch 'master'
} //}
steps { steps {
sh """ sh """
echo 'Clean' echo 'Clean'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment