Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Distribute

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