Commit d066c5e9 authored by Ndoumbe's avatar Ndoumbe

update

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