root пре 5 година
родитељ
комит
a7eefe819e
1 измењених фајлова са 1 додато и 1 уклоњено
  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}""
 	       }
       } 
     }