Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider to remove build/ directory from Jenkins runs #670

Open
j-rivero opened this issue Mar 17, 2022 · 1 comment · May be fixed by #682
Open

Consider to remove build/ directory from Jenkins runs #670

j-rivero opened this issue Mar 17, 2022 · 1 comment · May be fixed by #682
Labels

Comments

@j-rivero
Copy link
Contributor

Some of the builds in Jenkins take big amounts of disk space (i.e: Gazebo classic 17Gb or ign-gazebo). The last build preserves the build/ directory in the workspace what makes Jenkins nodes to store large amounts of Gbs most of the times useless.

There is a IGN_CLEAN_WORKSPACE variable in Windows work that seems to do nothing. There is a KEEP_WS_FILES variable in ros builds that takes cares of removing build log directories in workspaces.

As an implementation detail: it would be great to code it as a post-build hook to run it even if the build failed.

@scpeters
Copy link
Contributor

As an implementation detail: it would be great to code it as a post-build hook to run it even if the build failed.

also, for aborted builds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants