Browse Source

Обновить 'Jenkins/jenkinsfile'

vmshay 5 năm trước cách đây
mục cha
commit
f0d8ce6500
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      Jenkins/jenkinsfile

+ 3 - 3
Jenkins/jenkinsfile

@@ -18,13 +18,13 @@ pipeline {
     stages {
       stage("build project") {
         steps {
-          sh 'go build main.go webPage.go'
+          //sh 'go build main.go webPage.go'
         }
       }
       stage("deploy docker") {
         steps{
-          sh 'docker-compose stop schedule'
-          sh 'docker-compose up --build -d'
+          //sh 'docker-compose stop schedule'
+          //sh 'docker-compose up --build -d'
         }
       } 
     }