formation 11 月之前
父节点
当前提交
4cce405bcf
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -94,11 +94,11 @@ pipeline {
         branch 'master'
     }
     steps {
-        withDockerRegistry([credentialsId: 'nexus', url: 'https://nexus.foodgame.fr']) {
+        withDockerRegistry([credentialsId: 'nexus', url: 'nexus.foodgame.fr:8123']) {
             script {
                 def dockerImageName = 'fatboar_master_express_preprod '
                 def dockerImageTag = 'latest'
-                def nexusRepository = 'nexus.foodgame.fr:8123'
+                def nexusRepository = 'fatboar_repo'
 
                 sh """
                     echo "Tagging Docker image..."