Changeset 8a7db7c for Jenkinsfile


Ignore:
Timestamp:
Feb 16, 2017, 2:40:03 PM (8 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:
f9fa306
Parents:
ae28ee2
Message:

Jenkinsfile - Fixed syntax error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rae28ee2 r8a7db7c  
    194194
    195195                //Write the commit id to Benchmark
    196                 writeFile( 'bench.csv', 'data=' + env.CHANGE_ID + ',' )
     196                writeFile  file: 'bench.csv', text:'data=' + env.CHANGE_ID + ','
    197197 
    198198                //Append bench results
Note: See TracChangeset for help on using the changeset viewer.