Changeset 8a7db7c for Jenkinsfile
- Timestamp:
- Feb 16, 2017, 2:40:03 PM (8 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- f9fa306
- Parents:
- ae28ee2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rae28ee2 r8a7db7c 194 194 195 195 //Write the commit id to Benchmark 196 writeFile ( 'bench.csv', 'data=' + env.CHANGE_ID + ',' )196 writeFile file: 'bench.csv', text:'data=' + env.CHANGE_ID + ',' 197 197 198 198 //Append bench results
Note: See TracChangeset
for help on using the changeset viewer.