Changes in Jenkinsfile [27474a7:b323190]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r27474a7 rb323190 161 161 162 162 def full = do_alltests ? " (Full)" : "" 163 currentBuild.description = " ${compiler.cc_name}:${arch_name}${full}"163 currentBuild.description = "Cforall ${gitRefName} ${compiler.cc_name}:${arch_name}${full}" 164 164 165 165 echo """Compiler : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc})
Note: See TracChangeset
for help on using the changeset viewer.