Commit d066c5e9 authored by Ndoumbe's avatar Ndoumbe

update

parent b546b1cc
...@@ -34,17 +34,17 @@ def call(body) { ...@@ -34,17 +34,17 @@ def call(body) {
} }
stage('Build ') { //stage('Build ') {
when { //when {
branch 'dev' //branch 'dev'
} //}
steps { steps {
sh """ sh """
echo 'build step' echo 'build step'
docker build -t ${pipelineParams.imageName}:${shortCommit} . docker build -t ${pipelineParams.imageName}:${shortCommit} .
""" """
} }
} //}
stage('Push ') { stage('Push ') {
......
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