formation 11 mesi fa
parent
commit
ad824a7487
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      Jenkinsfile

+ 3 - 3
Jenkinsfile

@@ -96,12 +96,12 @@ pipeline {
     steps {
         script {
             def registryUrl = 'nexus.foodgame.fr:8123'
-            def imageName = 'fatboar_master_apache_preprod'
+            def imageName = 'fatboar_master_express_preprod'
 
             withCredentials([usernamePassword(
                 credentialsId: 'nexus-docker-credentials', 
-                usernameVariable: 'DOCKER_USER', 
-                passwordVariable: 'DOCKER_PASS'
+                usernameVariable: 'admin', 
+                passwordVariable: 'azerty10'
             )]) {
                 sh """
                     docker login ${registryUrl} -u ${DOCKER_USER} -p ${DOCKER_PASS}