Changeset 6599085


Ignore:
Timestamp:
Feb 22, 2017, 3:22:27 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:
b3e9729
Parents:
26a63f0
Message:

Other typo in variable name and fixed curl request

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r26a63f0 r6599085  
    166166
    167167def notify_server() {
    168         sh 'curl --data "" http://plg2:8082/jenkins/notify'
     168        sh 'curl -X POST http://plg2:8082/jenkins/notify > /dev/null'
    169169        return
    170170}
     
    277277        stage 'Benchmark'
    278278
    279                 if( !do_bencmark ) return
     279                if( !do_benchmark ) return
    280280
    281281                //Write the commit id to Benchmark
Note: See TracChangeset for help on using the changeset viewer.