Changeset 47138ee
- Timestamp:
- Jun 8, 2021, 8:55:40 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- e018546
- Parents:
- a8d8547
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
ra8d8547 r47138ee 20 20 21 21 try { 22 //Wrap build to add timestamp to command line 23 wrap([$class: 'TimestamperBuildWrapper']) { 24 25 node { 22 node { 23 //Wrap build to add timestamp to command line 24 wrap([$class: 'TimestamperBuildWrapper']) { 26 25 Settings = prepare_build() 27 26 } 28 29 node(Settings.Architecture.node) { 27 } 28 29 node(Settings.Architecture.node) { 30 //Wrap build to add timestamp to command line 31 wrap([$class: 'TimestamperBuildWrapper']) { 30 32 BuildDir = pwd tmp: true 31 33 SrcDir = pwd tmp: false
Note: See TracChangeset
for help on using the changeset viewer.