Changeset 26a63f0


Ignore:
Timestamp:
Feb 22, 2017, 3:18:17 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
6599085
Parents:
38eef0e
Message:

Typo in variable name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r38eef0e r26a63f0  
    124124                                        description: 'If true, jenkins also runs benchmarks',           \
    125125                                        name: 'pRunBenchmark',                                                  \
    126                                         defaultValue: false,                                                            \
     126                                        defaultValue: true,                                                             \
    127127                                ],                                                                                              \
    128128                                [$class: 'BooleanParameterDefinition',                                                  \
    129129                                        description: 'If true, jenkins also builds documentation',              \
    130130                                        name: 'pBuildDocumentation',                                                            \
    131                                         defaultValue: false,                                                            \
     131                                        defaultValue: true,                                                             \
    132132                                ],                                                                                              \
    133133                                [$class: 'BooleanParameterDefinition',                                                  \
    134134                                        description: 'If true, jenkins also publishes results',                 \
    135135                                        name: 'pPublish',                                                               \
    136                                         defaultValue: false,                                                            \
     136                                        defaultValue: true,                                                             \
    137137                                ],                                                                                              \
    138138                                [$class: 'BooleanParameterDefinition',                                                  \
     
    153153        do_sendemail    = ! (pSilent == 'true')
    154154
    155         echo """Compiler                        : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc})
     155        echo """Compiler                : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc})
    156156Architecture            : ${architecture}
    157157Run All Tests           : ${ pRunAllTests.toString() }
    158158Run Benchmark           : ${ pRunBenchmark.toString() }
    159159Build Documentation     : ${ pBuildDocumentation.toString() }
    160 Publish                 : ${ pPublish.toString() }
     160Publish         : ${ pPublish.toString() }
    161161Silent                  : ${ pSilent.toString() }
    162162"""
Note: See TracChangeset for help on using the changeset viewer.