Quellcode durchsuchen

Remove logging from CI

ghorsington vor 4 Jahren
Ursprung
Commit
8bab37c4ef
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      scripts/jenkins_master.groovy

+ 0 - 1
scripts/jenkins_master.groovy

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