Browse Source

test logs

root 5 năm trước cách đây
mục cha
commit
a7eefe819e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}""
 	       }
       } 
     }