Changeset 848fb00
- Timestamp:
- Jun 3, 2016, 10:55:20 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- a3e7d34
- Parents:
- 77f347d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r77f347d r848fb00 76 76 def project_name = (env.JOB_NAME =~ /(.+)\/.+/)[0][1].toLowerCase() 77 77 78 def email_subject = "[${project_name} git] UNNAMED PROJECT branch ${env.BRANCH_NAME} - Build # ${env.BUILD_NUMBER} - ${status}!"79 def email_body = """ 80 81 82 78 def email_subject = "[${project_name} git][BUILD - ${status}!]Build # ${env.BUILD_NUMBER} - ${env.BRANCH_NAME}" 79 def email_body = """This is an automated email from the Jenkins build machine. It was 80 generated because of a git hooks/post-receive script following 81 a ref change was pushed to the repository containing 82 the project "UNNAMED PROJECT". 83 83 84 84 The branch ${env.BRANCH_NAME} has been updated. 85 85 86 86 Check console output at ${env.BUILD_URL} to view the results.""" 87 87 88 88 // def config = new File('/u/cforall/software/cfa/cfa-cc/config').text
Note: See TracChangeset
for help on using the changeset viewer.