Sfoglia il codice sorgente

Remove logging from CI

ghorsington 4 anni fa
parent
commit
8bab37c4ef
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      scripts/jenkins_master.groovy

+ 0 - 1
scripts/jenkins_master.groovy

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