formation 11 tháng trước cách đây
mục cha
commit
6b922ed3c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']) {