Commit 91a43973 authored by Ndoumbe's avatar Ndoumbe

updt

parent 78aa6075
...@@ -88,17 +88,17 @@ def call(body) { ...@@ -88,17 +88,17 @@ def call(body) {
} }
} }
//suppression de l'image apres pushed //suppression de l'image apres pushed
stage('Clean ') { //stage('Clean ') {
//when { //when {
//branch 'master' //branch 'master'
//} //}
steps { //steps {
sh """ //sh """
echo 'Clean' //echo 'Clean'
docker rmi ${pipelineParams.imageName}:${shortCommit} //docker rmi ${pipelineParams.imageName}:${shortCommit}
""" //"""
} //}
} //}
} }
......
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