formation hace 11 meses
padre
commit
6b922ed3c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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']) {