Clean Jenkins workspace dir before and/or after each build
Bug #862346 reported by
Lars Butler
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenQuake (deprecated) |
Fix Released
|
Low
|
Lars Butler |
Bug Description
We've recently seen a problem [1] in Jenkins caused by old clutter in the build workspace dir. The solution to the problem was to wipe out the Jenkins workspace dir.
To make sure this doesn't happen again, we should add some build steps to clean up the workspace dir before and/or after a build.
[1] http://
tags: | added: devop |
Changed in openquake: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Resolved by enabling the following options in Jenkins:
(In 'Source Code Management' advanced options.)
- Clean after checkout
- Wipe out workspace before build