Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Disk usage report for HIPP/JIPPs

Hi,

 

I do  see one under /home/hudson/genie.webtools (I do not have the permission to go any further though).

Through your Jenkins instance  they should be under your ${Home}/.jenkins/jobs

 

HTH,

Quentin

 

De : cross-project-issues-dev-bounces@xxxxxxxxxxx [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] De la part de Nick Boldt
Envoyé : mercredi 28 février 2018 14:58
À : Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Objet : Re: [cross-project-issues-dev] Disk usage report for HIPP/JIPPs

 

I'd set something up to purge old WTP leftovers but I don't see a /jobs/genie.webtools or genie.wtp - just winery and windowbuilder.

 

What gives? 

 

On Tue, Feb 27, 2018 at 3:59 PM, Denis Roy <denis.roy@xxxxxxxxxxxxxxxxxxxxxx> wrote:


On 2018-02-27 03:07 PM, Jonah Graham wrote:
> You can see the build job[3] that I used to do the cleanup. The key
> cleanup lines being:
> find /jobs/genie.PROJECTNAMEHERE -name workspace_\* -print0 | xargs -0 rm -rf
> find /jobs/genie.PROJECTNAMEHERE -name workspace@\* -print0 | xargs -0 rm -rf
>
> I hope you find this useful in your attempts to help projects reduce
> unneeded disk space usage. This should also keep CDT off the "naughty"
> list for a while :-)

I'm definitely a fan. Thanks!

Denis


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



 

--

Nick Boldt

Senior Software Engineer, RHCSA

Productization Lead :: JBoss Tools & Dev Studio

IM: @nickboldt / @nboldt / http://nick.divbyzero.com

https://www.redhat.com/files/brand/email/sig-redhat.png

 

 

“The Only Thing That Is Constant Is Change” - Heraclitus


Back to the top