Changes in / [0797198:55da258]
- Location:
- Jenkins
- Files:
-
- 1 added
- 1 edited
-
Distribute (added)
-
tools.groovy (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/tools.groovy
r0797198 r55da258 20 20 } 21 21 22 //=========================================================================================================== 23 // Common compilation routines 24 //=========================================================================================================== 25 def clean() { 26 Tools.BuildStage('Cleanup', true) { 27 // clean the build by wipping the build directory 28 dir(BuildDir) { 29 deleteDir() 30 } 31 } 32 } 33 22 34 return this;
Note:
See TracChangeset
for help on using the changeset viewer.