Changes in Jenkinsfile [14ce3392:3f22503]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r14ce3392 r3f22503 173 173 174 174 def notify_server() { 175 sh 'curl --silent -X POST http://plg2:8082/jenkins/notify > /dev/null '175 sh 'curl --silent -X POST http://plg2:8082/jenkins/notify > /dev/null || true' 176 176 return 177 177 } … … 320 320 321 321 //Then publish the results 322 sh 'curl --silent --data @bench.csv http://plg2:8082/jenkins/publish > /dev/null '322 sh 'curl --silent --data @bench.csv http://plg2:8082/jenkins/publish > /dev/null || true' 323 323 } 324 324
Note: See TracChangeset
for help on using the changeset viewer.