Changeset 848fb00


Ignore:
Timestamp:
Jun 3, 2016, 10:55: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:
a3e7d34
Parents:
77f347d
Message:

modified build email to make status more obvious

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r77f347d r848fb00  
    7676        def project_name = (env.JOB_NAME =~ /(.+)\/.+/)[0][1].toLowerCase()
    7777
    78         def email_subject = "[${project_name} git] UNNAMED PROJECT branch ${env.BRANCH_NAME} - Build # ${env.BUILD_NUMBER} - ${status}!"
    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".
     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
     80generated because of a git hooks/post-receive script following
     81a ref change was pushed to the repository containing
     82the project "UNNAMED PROJECT".
    8383
    84         The branch ${env.BRANCH_NAME} has been updated.
     84The branch ${env.BRANCH_NAME} has been updated.
    8585
    86         Check console output at ${env.BUILD_URL} to view the results."""
     86Check console output at ${env.BUILD_URL} to view the results."""
    8787
    8888        // def config = new File('/u/cforall/software/cfa/cfa-cc/config').text
Note: See TracChangeset for help on using the changeset viewer.