Commit 91a43973 authored by Ndoumbe's avatar Ndoumbe

updt

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