Changeset 9eb7a532
- Timestamp:
- Mar 2, 2021, 3:20:20 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 266ecf1
- Parents:
- 3e5d8fb5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
r3e5d8fb5 r9eb7a532 66 66 67 67 def trigger_build(String cc, String arch, boolean new_ast) { 68 // Randomly delay the builds by a random amount to avoid hitting the SC server to hard 69 sleep(time: 5 * Math.random(), unit:"MINUTES") 70 71 // Run the build 72 // Don't propagate, it doesn't play nice with our email setup 68 73 def result = build job: 'Cforall/master', \ 69 74 parameters: [ \
Note: See TracChangeset
for help on using the changeset viewer.