Changes in / [82c6072:5f08ac2f]
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
r82c6072 r5f08ac2f 87 87 88 88 if(result.result != 'SUCCESS') { 89 sh("wget -q -O - http://localhost:8084/j ob/Cforall/job/master/${result.number}/consoleText")89 sh("wget -q -O - http://localhost:8084/jenkins/job/Cforall/job/master/${result.number}/consoleText") 90 90 error(result.result) 91 91 } -
Jenkinsfile
r82c6072 r5f08ac2f 161 161 162 162 def full = do_alltests ? " (Full)" : "" 163 currentBuild.description = " Cforall ${gitRefName}${compiler.cc_name}:${arch_name}${full}"163 currentBuild.description = "${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.