Changes in Jenkins/tools.groovy [4011b98:1483a16]
- File:
-
- 1 edited
-
Jenkins/tools.groovy (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/tools.groovy
r4011b98 r1483a16 20 20 } 21 21 22 //===========================================================================================================23 // Common compilation routines24 //===========================================================================================================25 def clean() {26 Tools.BuildStage('Cleanup', true) {27 // clean the build by wipping the build directory28 dir(BuildDir) {29 deleteDir()30 }31 }32 }33 34 22 return this;
Note:
See TracChangeset
for help on using the changeset viewer.