Explorar el Código

suppression de la ligne 11 dans jenkinsfile

DESKTOP-SMCIPAV\falko hace 5 meses
padre
commit
0634fb4d1a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -8,7 +8,7 @@ pipeline {
         PROD_URL = "prod.foodgame.fr"
     }
     stages {
-        ... (autres stages inchangés)
+        
 
         stage('Docker Registry Login, Pull, and Push') {
             when {