Browse Source

Add logging to CI

ghorsington 5 years ago
parent
commit
c82289519b
1 changed files with 1 additions and 0 deletions
  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()