Changeset 7823bf0
- Timestamp:
- Feb 27, 2017, 5:05:45 PM (8 years ago)
- 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:
- 4868be4, d0ffed1
- Parents:
- 75c566a (diff), 3f22503 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r75c566a r7823bf0 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.