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

+ 1 - 1
Jenkinsfile

@@ -95,7 +95,7 @@ pipeline {
     }
     steps {
         script {
-            def imageName = 'fatboar_master_express_preprod'
+            def imageName = 'sonarqube'
             def registryUrl = 'nexus.foodgame.fr:8123'
             
             docker.withRegistry("https://${registryUrl}", 'nexus') {