ソースを参照

suppression de la ligne 11 dans jenkinsfile

DESKTOP-SMCIPAV\falko 5 ヶ月 前
コミット
0634fb4d1a
1 ファイル変更1 行追加1 行削除
  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 {