Changes in Jenkins/Distribute [6c9e0bc:d29a394]
- File:
-
- 1 edited
-
Jenkins/Distribute (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Distribute
r6c9e0bc rd29a394 32 32 SrcDir = pwd tmp: false 33 33 34 Tools. Clean()34 Tools.clean() 35 35 36 Tools. Checkout( commit )36 Tools.checkout( commit ) 37 37 } 38 38 … … 45 45 //If an exception is caught we need to change the status and remember to 46 46 //attach the build log to the email 47 //catch (Exception caughtError) {47 catch (Exception caughtError) { 48 48 // //rethrow error later 49 49 // err = caughtError … … 56 56 // //Store the result of the build log 57 57 // currentBuild.result = "${StageName} FAILURE".trim() 58 //}58 } 59 59 60 60 finally {
Note:
See TracChangeset
for help on using the changeset viewer.