formation 11 kuukautta sitten
vanhempi
commit
e0b3574f81
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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') {