Commit 13340d0b authored by Ndoumbe's avatar Ndoumbe

chged

parent f045ebf4
...@@ -48,9 +48,9 @@ def call(body) { ...@@ -48,9 +48,9 @@ def call(body) {
} }
stage('Push ') { stage('Push ') {
when { //when {
branch 'dev' //branch 'dev'
} //}
steps { steps {
sh """ sh """
docker push ${pipelineParams.imageName}:${shortCommit} docker push ${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