浏览代码

test logs

root 5 年之前
父节点
当前提交
70a9330cde
共有 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}"
 	       }
       } 
     }