Changeset cf2257f for Jenkins


Ignore:
Timestamp:
Dec 3, 2020, 8:58:21 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
1de50a9
Parents:
d29a394
Message:

Removed incorrect error handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Distribute

    rd29a394 rcf2257f  
    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.