소스 검색

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') {