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..."