Changeset f61958d


Ignore:
Timestamp:
May 30, 2016, 10:13:42 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:
d3d0069
Parents:
c65f251
Message:

testing step command in jenkinsfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rc65f251 rf61958d  
    1515        sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure > /dev/null'
    1616        sh 'make -j 8'
     17        step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'tdelisle@uwaterloo.ca', sendToIndividuals: false])
    1718        error 'testing'
    18         step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'tdelisle@uwaterloo.ca', sendToIndividuals: false])
    1919}
    2020
Note: See TracChangeset for help on using the changeset viewer.