Commit 68af2409 authored by Ndoumbe's avatar Ndoumbe

Update Jenkinsfile.shared

parent 17a7a77a
...@@ -24,7 +24,7 @@ pipeline { ...@@ -24,7 +24,7 @@ pipeline {
stage ('Building main Docker image') stage ('Building main Docker image')
{ {
when { when {
expression { BRANCH_NAME == 'dev' || BRANCH_NAME == 'master' } expression { BRANCH_NAME == 'dev' //|| BRANCH_NAME == 'master' }
} }
steps steps
{ {
......
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