Changes in / [6d98a07:4ab0669]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r6d98a07 r4ab0669  
    439439        }
    440440
    441         def series = new_data ? [] : [[
     441        def series = new_data ? [[
    442442                                file: "${file}.csv",
    443443                                exclusionValues: '',
     
    445445                                inclusionFlag: 'OFF',
    446446                                url: ''
    447                         ]];
     447                        ]] : [];
    448448
    449449        echo "file is ${BuildDir}/benchmark/${file}.csv, group ${group}, title ${title}"
Note: See TracChangeset for help on using the changeset viewer.