Changeset cefa6ca


Ignore:
Timestamp:
Apr 25, 2019, 12:36:38 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
47bfefd
Parents:
3c40dc2a
Message:

When all else fails compy data to a fixed name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r3c40dc2a rcefa6ca  
    424424
    425425def do_plot(String file, String group, String title) {
    426         dir("${BuildDir}/benchmark/") {
     426        def data = readFile "${BuildDir}/benchmark/${file}.csv"
     427        echo data
     428        writeFile file: 'data.csv', text: data
     429
    427430                plot csvFileName: "cforall-${env.BRANCH_NAME}-${file}.csv",
    428431                        csvSeries: [[
    429                                 file: "${file}.csv",
     432                                file: 'data.csv',
    430433                                exclusionValues: '',
    431434                                displayTableFlag: false,
Note: See TracChangeset for help on using the changeset viewer.