Changeset 27474a7 for Jenkinsfile
- Timestamp:
- Jul 31, 2018, 4:54:10 PM (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:
- 5f08ac2f, f4778a0
- Parents:
- 843002c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r843002c9 r27474a7 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.