소스 검색

Remove logging from CI

ghorsington 4 년 전
부모
커밋
8bab37c4ef
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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()