Changeset bb5a0bb


Ignore:
Timestamp:
May 30, 2016, 11:41:20 AM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
71b7843
Parents:
19ad15b
Message:

modified Jenkinsfile to send email more similar to git hook emails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r19ad15b rbb5a0bb  
    2828        def project_name = (env.JOB_NAME =~ /(.+)\/.+/)[0][1].toLowerCase()
    2929
    30         def email_subject = "[${project_name} git] - branch ${env.BRANCH_NAME} - Build # ${env.BUILD_NUMBER} - ${status}!"
     30        def email_subject = "[${project_name} git] UNNAMED PROJECT branch ${env.BRANCH_NAME} - Build # ${env.BUILD_NUMBER} - ${status}!"
    3131        def email_body = """    This is an automated email from the Jenkins build machine. It was
    3232        generated because of a git hooks/post-receive script following
Note: See TracChangeset for help on using the changeset viewer.