Changeset fe3d9ab for Jenkinsfile
- Timestamp:
- Dec 4, 2020, 11:57:05 AM (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:
- 85799aa
- Parents:
- 3c6480b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r3c6480b7 rfe3d9ab 420 420 this.DescShort = "${ this.Compiler.name }:${ this.Architecture.name }${full}" 421 421 422 final ast = this.NewAST ? "New AST" : "Old AST" 422 423 this.DescLong = """Compiler : ${ this.Compiler.name } (${ this.Compiler.CXX }/${ this.Compiler.CC }) 424 AST Version : ${ this.RunAllTests.toString() } 423 425 Architecture : ${ this.Architecture.name } 424 426 Arc Flags : ${ this.Architecture.flags } … … 479 481 name: 'RunAllTests', \ 480 482 defaultValue: false, \ 481 ], 483 ], \ 482 484 [$class: 'BooleanParameterDefinition', \ 483 485 description: 'If true, jenkins also runs benchmarks', \
Note: See TracChangeset
for help on using the changeset viewer.