Explorar o código

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

vmshay %!s(int64=5) %!d(string=hai) anos
pai
achega
f0d8ce6500
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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'
         }
       } 
     }