Changeset be35302


Ignore:
Timestamp:
Aug 17, 2025, 11:36:41 PM (5 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
a43b743
Parents:
cf04d51
Message:

third attempt test groovy @Field for global

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/tools.groovy

    rcf04d51 rbe35302  
    104104}
    105105
    106 EmailMessage = ''
     106@Field def EmailMessage = ''
    107107def GitLogMessage(String oldRef = '', String newRef = '') {
    108108        if(!EmailMessage) {
  • Jenkinsfile

    rcf04d51 rbe35302  
    8282//===========================================================================================================
    8383def build() {
    84         debug = true
    85         release = Settings.RunAllTests || Settings.RunBenchmark
     84        def debug = true
     85        def release = Settings.RunAllTests || Settings.RunBenchmark
    8686        Tools.BuildStage('Build : configure', true) {
    8787                // Configure must be run inside the tree
     
    9696                        //Use the current directory as the installation target so nothing escapes the sandbox
    9797                        //Also specify the compiler by hand
    98                         targets=""
     98                        def targets=""
    9999                        if( Settings.RunAllTests || Settings.RunBenchmark ) {
    100100                                targets="--with-target-hosts='host:debug,host:nodebug'"
Note: See TracChangeset for help on using the changeset viewer.