Commit 17a7a77a authored by Ndoumbe's avatar Ndoumbe

Update Jenkinsfile.shared

parent 1d6427cd
......@@ -36,7 +36,7 @@ pipeline {
stage ('Building base Docker image')
{
when {
expression { BRANCH_NAME == 'main' }
expression { BRANCH_NAME == 'dev' }
}
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