Changeset eda8175 for Jenkinsfile
- Timestamp:
- Aug 17, 2018, 4:51:06 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 72a5a75
- Parents:
- 7cbd7ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r7cbd7ce reda8175 183 183 sh "${SrcDir}/tools/PrettyGitLogs.sh ${BuildDir} ${Settings.GitOldRef} ${Settings.GitNewRef}" 184 184 185 def gitUpdate = readFile("${BuildDir}/GIT_ TYPE").trim()186 def gitLog = readFile("${BuildDir}/GIT_LOG") .trim()187 def gitDiff = readFile("${BuildDir}/GIT_DIFF") .trim()185 def gitUpdate = readFile("${BuildDir}/GIT_UPDATE") 186 def gitLog = readFile("${BuildDir}/GIT_LOG") 187 def gitDiff = readFile("${BuildDir}/GIT_DIFF") 188 188 189 189 return """
Note: See TracChangeset
for help on using the changeset viewer.