소스 검색

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()