Changeset fe3d9ab


Ignore:
Timestamp:
Dec 4, 2020, 11:57:05 AM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Jenkins now prints AST version in long description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r3c6480b7 rfe3d9ab  
    420420                this.DescShort = "${ this.Compiler.name }:${ this.Architecture.name }${full}"
    421421
     422                final ast = this.NewAST ? "New AST" : "Old AST"
    422423                this.DescLong = """Compiler              : ${ this.Compiler.name } (${ this.Compiler.CXX }/${ this.Compiler.CC })
     424AST Version             : ${ this.RunAllTests.toString() }
    423425Architecture            : ${ this.Architecture.name }
    424426Arc Flags               : ${ this.Architecture.flags }
     
    479481                                        name: 'RunAllTests',                                                            \
    480482                                        defaultValue: false,                                                            \
    481                                 ],
     483                                ],                                                                                              \
    482484                                [$class: 'BooleanParameterDefinition',                                                  \
    483485                                        description: 'If true, jenkins also runs benchmarks',           \
Note: See TracChangeset for help on using the changeset viewer.