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()
             }
         }
     }