Changeset 38eef0e for Jenkinsfile
- Timestamp:
- Feb 22, 2017, 3:14:54 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:
- 26a63f0
- Parents:
- 654d2228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r654d2228 r38eef0e 155 155 echo """Compiler : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc}) 156 156 Architecture : ${architecture} 157 Run All Tests : ${ p aram_allTests.toString() }158 Run Benchmark : ${ p aram_benchmark.toString() }159 Build Documentation : ${ p aram_doc.toString() }160 Publish : ${ p aram_publish.toString() }161 Silent : ${ do_sendemail.toString() }157 Run All Tests : ${ pRunAllTests.toString() } 158 Run Benchmark : ${ pRunBenchmark.toString() } 159 Build Documentation : ${ pBuildDocumentation.toString() } 160 Publish : ${ pPublish.toString() } 161 Silent : ${ pSilent.toString() } 162 162 """ 163 163
Note: See TracChangeset
for help on using the changeset viewer.