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