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}""
 	       }
       } 
     }