formation 11 달 전
부모
커밋
a7abf5e8eb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -97,10 +97,10 @@ pipeline {
         script {
             docker.withRegistry('https://nexus.foodgame.fr:8123', 'nexus') {
                 // Pull image
-                docker.image('nexus.foodgame.fr:8123/fatboar_master_apache_preprod:latest').pull()
+                docker.image('nexus.foodgame.fr:8123/fatboar_master_express_preprod:latest').pull()
                 
                 // Push image
-                docker.image('nexus.foodgame.fr:8123/fatboar_master_apache_preprod:latest').push()
+                docker.image('nexus.foodgame.fr:8123/fatboar_master_express_preprod:latest').push()
             }
         }
     }