Changes in / [55da258:0797198]


Ignore:
Location:
Jenkins
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/tools.groovy

    r55da258 r0797198  
    2020}
    2121
    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 
    3422return this;
Note: See TracChangeset for help on using the changeset viewer.