Changeset b399ca2 for Jenkinsfile
- Timestamp:
- Dec 11, 2020, 11:44:14 AM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3bc59b7
- Parents:
- 4af1021
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r4af1021 rb399ca2 8 8 9 9 node('master') { 10 println scm.properties.sort{it.key}.collect{it}.findAll{!['class', 'active'].contains(it.key)}.join('\n') 11 10 12 // Globals 11 13 BuildDir = pwd tmp: true
Note: See TracChangeset
for help on using the changeset viewer.