formation 11 달 전
부모
커밋
6b922ed3c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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']) {