Changeset 2112663f
- Timestamp:
- Aug 16, 2018, 11:34:52 AM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 2aa2056f
- Parents:
- 0c1d240
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r0c1d240 r2112663f 163 163 currentBuild.description = "${compiler.cc_name}:${arch_name}${full}" 164 164 165 echo """Compiler : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc})166 Architecture : ${ arch_name}167 Arc Flags : ${ architecture}168 Run All Tests : ${ p RunAllTests.toString() }169 Run Benchmark : ${ p RunBenchmark.toString() }170 Build Documentation : ${ p BuildDocumentation.toString() }171 Publish : ${ p Publish.toString() }172 Silent : ${ p Silent.toString() }165 echo """Compiler : ${ compiler.cc_name } (${ compiler.cpp_cc }/${ compiler.cfa_cc }) 166 Architecture : ${ arch_name } 167 Arc Flags : ${ architecture } 168 Run All Tests : ${ params.RunAllTests.toString() } 169 Run Benchmark : ${ params.RunBenchmark.toString() } 170 Build Documentation : ${ params.BuildDocumentation.toString() } 171 Publish : ${ params.Publish.toString() } 172 Silent : ${ params.Silent.toString() } 173 173 """ 174 174 }
Note: See TracChangeset
for help on using the changeset viewer.