formation 11 kuukautta sitten
vanhempi
commit
6b922ed3c6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -71,7 +71,7 @@ pipeline {
 
         stage('Push Docker Image (Nexus)') {
             when {
-                branch 'prod'
+                branch 'master'
             }
             steps {
                 withDockerRegistry([credentialsId: 'nexus', url: 'https://nexus.foodgame.fr']) {