Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r3f22503 r14ce3392  
    173173
    174174def notify_server() {
    175         sh 'curl --silent -X POST http://plg2:8082/jenkins/notify > /dev/null || true'
     175        sh 'curl --silent -X POST http://plg2:8082/jenkins/notify > /dev/null'
    176176        return
    177177}
     
    320320
    321321                //Then publish the results
    322                 sh 'curl --silent --data @bench.csv http://plg2:8082/jenkins/publish > /dev/null || true'
     322                sh 'curl --silent --data @bench.csv http://plg2:8082/jenkins/publish > /dev/null'
    323323}
    324324
Note: See TracChangeset for help on using the changeset viewer.