deis / jenkins-jobs

DSL representations of Jenkins jobs for Deis
MIT License
27 stars 18 forks source link

ref(jobs): clean workspace before build #367

Closed vdice closed 7 years ago

vdice commented 7 years ago

Now that we use dynamic agents as default, it seems the agent pods would already be torn down by the time jobs attempted to clean the workspace after the build. Therefore, changing up to clean workspace prior...

It is meant to avoid the following:

ws-cleanup warnings