Commit bb55c135 authored by Ndoumbe's avatar Ndoumbe

updating

parent 91a43973
......@@ -92,13 +92,13 @@ def call(body) {
//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