Pārlūkot izejas kodu

modification du jenkinsfile

formation 11 mēneši atpakaļ
vecāks
revīzija
5939c7675a
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  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') {