瀏覽代碼

Remove logging from CI

ghorsington 4 年之前
父節點
當前提交
8bab37c4ef
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      scripts/jenkins_master.groovy

+ 0 - 1
scripts/jenkins_master.groovy

@@ -15,7 +15,6 @@ pipeline {
                         lastBuildCommit = readFile 'last_build_commit'
                     else 
                         lastBuildCommit = ""
-                    echo(lastBuildCommit)
                 }
                 // Clean up old project before starting
                 cleanWs()