1
0
root 5 rokov pred
rodič
commit
a7eefe819e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      env/test.jenkins

+ 1 - 1
env/test.jenkins

@@ -11,7 +11,7 @@ pipeline {
       stage("build project") {
         steps {
           sh 'go build main.go webPage.go'
-          echo ${currentBuild.currentResult}
+          echo "${currentBuild.currentResult}""
 	       }
       } 
     }