Commit c8862f37 authored by Ndoumbe's avatar Ndoumbe

update

parent 13340d0b
......@@ -59,9 +59,9 @@ def call(body) {
}
//changer le tag de l'image, le remplacer sur le value.yaml
stage('GitOps') {
when {
branch 'master'
}
//when {
//branch 'master'
//}
steps {
script {
dir('charts') {
......@@ -88,9 +88,9 @@ def call(body) {
}
stage('Clean ') {
when {
branch 'master'
}
//when {
//branch 'master'
//}
steps {
sh """
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