Changes in Jenkins/Distribute [d29a394:6c9e0bc]
- File:
-
- 1 edited
-
Jenkins/Distribute (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Distribute
rd29a394 r6c9e0bc 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.