formation 11 meses atrás
pai
commit
6b922ed3c6
1 arquivos alterados com 1 adições e 1 exclusões
  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']) {