Changeset e6ab994 for Jenkinsfile
- Timestamp:
- Jul 31, 2018, 1:34:19 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:
- 833caa5
- Parents:
- d83666c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rd83666c re6ab994 158 158 do_sendemail = ! (pSilent == 'true') 159 159 160 collect_git_info() 161 162 def full = do_alltests ? " (Full)" : "" 163 currentBuild.description = "Cforall ${gitRefName} ${compiler.cc_name}:${arch_name}${full}" 164 160 165 echo """Compiler : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc}) 161 166 Architecture : ${arch_name} … … 168 173 """ 169 174 170 collect_git_info() 171 172 def full = do_alltests ? " (Full)" : "" 173 currentBuild.description = "Cforall ${gitRefName} ${compiler.cc_name}:${arch_name}${full}" 175 echo gitChangelog returnType: 'STRING' 174 176 } 175 177
Note: See TracChangeset
for help on using the changeset viewer.