Commit bb55c135 authored by Ndoumbe's avatar Ndoumbe

updating

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