Changeset ce2fed5 for Jenkins/FullBuild


Ignore:
Timestamp:
Aug 11, 2016, 4:04:31 PM (7 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, 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:
296952d, e3d1cc1
Parents:
7bb37fc (diff), 5ee0482 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    r7bb37fc rce2fed5  
    1414                          name: 'buildArchitecture',                    \
    1515                          value: arch]                                  \
    16                 ]
     16                ],                                                              \
     17                propagate: false
    1718
    1819        echo(result.result)
    19         echo(result.absoluteUrl)
     20        if(result.result != 'SUCCESS') {
     21                sh("wget -q -O - ${result.absoluteUrl}/consoleText")
     22        }
    2023}
    2124
Note: See TracChangeset for help on using the changeset viewer.