Browse Source

suppression de la ligne 11 dans jenkinsfile

DESKTOP-SMCIPAV\falko 5 months ago
parent
commit
0634fb4d1a
1 changed files with 1 additions and 1 deletions
  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 {