Explorar o código

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

vmshay %!s(int64=5) %!d(string=hai) anos
pai
achega
6f8ab8b5ac
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'
+          echo 'go build main.go webPage.go'
         }
       }
       stage("deploy docker") {
         steps{
-          //sh 'docker-compose stop schedule'
-          //sh 'docker-compose up --build -d'
+          echo 'docker-compose stop schedule'
+          echo 'docker-compose up --build -d'
         }
       } 
     }