Changeset f9fa306


Ignore:
Timestamp:
Feb 16, 2017, 2:53:52 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:
f31cb3e
Parents:
8a7db7c
Message:

Fixed http publish request format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r8a7db7c rf9fa306  
    194194
    195195                //Write the commit id to Benchmark
    196                 writeFile  file: 'bench.csv', text:'data=' + env.CHANGE_ID + ','
     196                writeFile  file: 'bench.csv', text:'data=' + gitRefNewValue + ','
    197197 
    198198                //Append bench results
    199                 sh 'make -C src/benchmark csv-data >> bench.csv'
     199                sh 'make -C src/benchmark --no-print-directory csv-data >> bench.csv'
    200200
    201201                //Then publish the results
Note: See TracChangeset for help on using the changeset viewer.