瀏覽代碼

Add logging to CI

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

+ 1 - 0
scripts/jenkins_master.groovy

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