Changes in Jenkinsfile [0961bf4:9ff8310]
- File:
-
- 1 edited
-
Jenkinsfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r0961bf4 r9ff8310 153 153 do_sendemail = ! (pSilent == 'true') 154 154 155 echo """Compiler : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc})156 Architecture : ${arch_name}157 Arc Flags : ${architecture}158 Run All Tests : ${ pRunAllTests.toString() }159 Run Benchmark : ${ pRunBenchmark.toString() }160 Build Documentation : ${ pBuildDocumentation.toString() }161 Publish : ${ pPublish.toString() }162 Silent : ${ pSilent.toString() }155 echo """Compiler : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc}) 156 Architecture : ${arch_name} 157 Arc Flags : ${architecture} 158 Run All Tests : ${ pRunAllTests.toString() } 159 Run Benchmark : ${ pRunBenchmark.toString() } 160 Build Documentation : ${ pBuildDocumentation.toString() } 161 Publish : ${ pPublish.toString() } 162 Silent : ${ pSilent.toString() } 163 163 """ 164 164
Note:
See TracChangeset
for help on using the changeset viewer.