ci/integrate.groovy
changeset 295 a04034567c92
parent 292 00d3840350c2
equal deleted inserted replaced
294:0f3980335d2b 295:a04034567c92
    48  * Set the branch to build to make sure it's in sync...
    48  * Set the branch to build to make sure it's in sync...
    49  */
    49  */
    50 steps.branch = branch()
    50 steps.branch = branch()
    51 
    51 
    52 /*
    52 /*
    53  * ...and fire the pipeline 
    53  * ...and fire the pipeline
    54  */
    54  */
    55 steps.integration()
    55 steps.integration()
       
    56 steps.cleanup()