Changeset a8d8547 for Jenkinsfile
- Timestamp:
- Jun 8, 2021, 8:53:39 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 47138ee
- Parents:
- c0c4d4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rc0c4d4f ra8d8547 8 8 9 9 // Globals 10 BuildDir = pwd tmp: true11 SrcDir = pwd tmp: false10 BuildDir = "" 11 SrcDir = "" 12 12 Settings = null 13 13 Tools = null … … 46 46 publish() 47 47 } 48 49 // Update the build directories when exiting the node50 BuildDir = pwd tmp: true51 SrcDir = pwd tmp: false52 48 } 53 49 }
Note: See TracChangeset
for help on using the changeset viewer.