瀏覽代碼

test logs

root 5 年之前
父節點
當前提交
e73d742582
共有 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'
-          sh 'echo ${currentBuild.currentResult} > /tmp/test.log'
+          echo ${currentBuild.currentResult}
 	       }
       } 
     }