Changeset a9a1d06 for Jenkins/Distribute


Ignore:
Timestamp:
Dec 3, 2020, 9:20:04 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
1ac1f0b
Parents:
34dcc78c (diff), 6c9e0bc (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/Distribute

    r34dcc78c ra9a1d06  
    3232                                SrcDir    = pwd tmp: false
    3333
    34                                 Tools.clean()
     34                                Tools.Clean()
    3535
    36                                 Tools.checkout( commit )
     36                                Tools.Checkout( commit )
    3737                        }
    3838
     
    4545        //If an exception is caught we need to change the status and remember to
    4646        //attach the build log to the email
    47         catch (Exception caughtError) {
     47        // catch (Exception caughtError) {
    4848                // //rethrow error later
    4949                // err = caughtError
     
    5656                // //Store the result of the build log
    5757                // currentBuild.result = "${StageName} FAILURE".trim()
    58         }
     58        // }
    5959
    6060        finally {
Note: See TracChangeset for help on using the changeset viewer.