Browse Source

test logs

root 5 năm trước cách đây
mục cha
commit
d8cad3e7db
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      env/test.jenkins

+ 1 - 0
env/test.jenkins

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