Changeset 4c55047
- Timestamp:
- Jan 24, 2019, 4:30:46 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 929ac64
- Parents:
- 4ae8a6c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r4ae8a6c7 r4c55047 7 7 node('master') { 8 8 // Globals 9 BuildDir = null10 SrcDir = null9 BuildDir = pwd tmp: true 10 SrcDir = pwd tmp: false 11 11 Settings = null 12 12 StageName = '' … … 46 46 publish() 47 47 } 48 49 // Update the build directories when exiting the node 50 BuildDir = pwd tmp: true 51 SrcDir = pwd tmp: false 48 52 49 53 notify_server(45) … … 377 381 ]]) 378 382 379 load "tools/PrettyGitLogs.sh" 383 // It's unfortunate but it looks like we need to checkout the entire repo just to get the pretty git printer 384 checkout scm 380 385 381 386 final settings = new BuildSettings(params, env.BRANCH_NAME)
Note: See TracChangeset
for help on using the changeset viewer.