Commit 3e0b5678 authored by Ndoumbe's avatar Ndoumbe

upd

parent 8abfb402
......@@ -36,7 +36,7 @@ def call(body) {
stage('Build ') {
when {
branch 'master'
branch 'dev'
}
steps {
sh """
......@@ -49,7 +49,7 @@ def call(body) {
stage('Push ') {
when {
branch 'master'
branch 'dev'
}
steps {
sh """
......
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