formation hace 11 meses
padre
commit
e0b3574f81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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') {