瀏覽代碼

modification du jenkinsfile

formation 11 月之前
父節點
當前提交
5939c7675a
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Jenkinsfile

+ 1 - 2
Jenkinsfile

@@ -89,7 +89,6 @@ pipeline {
         //     }
         // }
     
-    stages {
         stage('Docker Registry Login, Pull, and Push') {
             when {
                 branch 'master'
@@ -124,7 +123,7 @@ pipeline {
                 }
             }
         }
-    }
+    
 
 
         stage('Cleanup') {