Changeset c65f251


Ignore:
Timestamp:
May 27, 2016, 6:42:46 PM (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:
f61958d
Parents:
c012238
Message:

testing jenkinsfile step for error handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rc012238 rc65f251  
    1515        sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure > /dev/null'
    1616        sh 'make -j 8'
    17         sh 'blarg'
     17        error 'testing'
    1818        step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'tdelisle@uwaterloo.ca', sendToIndividuals: false])
    1919}
     
    2323        //Since tokenizer doesn't work, figure stuff out from the environnement variables and command line
    2424        //Configurations for email format
    25         def project_name = (env.JOB_NAME =~ /(.+)\/.+/)[0][1]
     25        def project_name = (env.JOB_NAME =~ /(.+)\/.+/)[0][1].toLowerCase()
    2626
    2727        def email_subject = "[${project_name} git] - branch ${env.BRANCH_NAME} - Build # ${env.BUILD_NUMBER} - BUILD_STATUS!"
Note: See TracChangeset for help on using the changeset viewer.