Changeset 1da4ead


Ignore:
Timestamp:
May 30, 2016, 4:06:27 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:
a6b7480
Parents:
c78e410
Message:

added comments to jenkins file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rc78e410 r1da4ead  
    1111stage 'Build'
    1212node ('master'){
    13         //configure the conpilation
    1413        try {
     14                //configure the conpilation
     15                //Don't remove outputs for the clean and configure unless errors are present
    1516                sh 'make clean > /dev/null'
    1617                sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure > /dev/null'
    1718                sh 'make -j 8'
    1819                email("SUCCESS", false)
     20
     21        //something happen, this build is a failure
    1922        } catch (Exception e) {
    2023                email("FAILURE", true)
Note: See TracChangeset for help on using the changeset viewer.