Changeset c012238


Ignore:
Timestamp:
May 27, 2016, 6:38:12 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:
c65f251
Parents:
7aebc62
Message:

Jenkins: using step for post build command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r7aebc62 rc012238  
    1212node ('master'){
    1313        //configure the conpilation
    14         sh 'make maintainer-clean'
    15         sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure'
     14        sh 'make maintainer-clean > /dev/null'
     15        sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure > /dev/null'
    1616        sh 'make -j 8'
    1717        sh 'blarg'
     18        step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'tdelisle@uwaterloo.ca', sendToIndividuals: false])
    1819}
    1920
Note: See TracChangeset for help on using the changeset viewer.