Commit 3e0b5678 authored by Ndoumbe's avatar Ndoumbe

upd

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