root 5 năm trước cách đây
mục cha
commit
6819b004b2
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      env/test.jenkins

+ 3 - 2
env/test.jenkins

@@ -13,7 +13,6 @@ pipeline {
            sh 'go build main.go webPage.go'
        }
       }
-    }
      stage("deploy docker") {
         steps{
         sh 'docker stop schedule'
@@ -22,6 +21,7 @@ pipeline {
         sh 'docker run --name schedule -p 8888:8888'
         }
       } 
+      }
     post {
       success {
         echo 'I succeeeded!'
@@ -38,5 +38,6 @@ pipeline {
       changed {
         echo 'things were different before...'
       }
-    } 
+    }
+
 }