Discard old build artifacts but keep metadata to see trends

2018-04-26 Thread tbartley
Hi, Is there a way to have Jenkins discard old build artifacts (including build log files) while keeping information like build times, build statuses, test success/failure rates, code coverage levels? Cheers, Tim -- You received this message because you are subscribed to the Google Groups

Re: Discard old build artifacts?

2017-07-21 Thread James Green
glegroups.com] *On Behalf Of *Dirk Heinrichs > *Sent:* Friday, July 21, 2017 8:09 AM > *To:* jenkinsci-users@googlegroups.com > *Subject:* Re: Discard old build artifacts? > > > > On 21.07.2017 08:05, Breitbach, Steffen wrote: > > I think the Log Rotator Plugin does what you&

RE: Discard old build artifacts?

2017-07-20 Thread Breitbach, Steffen
insci-users@googlegroups.com Subject: Re: Discard old build artifacts? On 21.07.2017 08:05, Breitbach, Steffen wrote: I think the Log Rotator Plugin does what you're looking for. Check out https://github.com/jenkinsci/job-dsl-plugin/wiki/The-Configure-Block<https://urldefense.proofpoint.com/v

Re: Discard old build artifacts?

2017-07-20 Thread Dirk Heinrichs
ailto:jenkinsci-users@googlegroups.com] *On Behalf Of *James Green > *Subject:* Discard old build artifacts? > > But I'm generating gigs of artifacts that I don't need. Is there a way > of discarding these within a Jenkinsfile? JobDSL != Jenkinsfile Bye... Dirk

RE: Discard old build artifacts?

2017-07-20 Thread Breitbach, Steffen
2017 6:38 PM To: jenkinsci-users@googlegroups.com Subject: Discard old build artifacts? I don't want to remove the entire job - having the logs of what the SCM commit was and build output logs is really useful alongside the Jenkins build number. But I'm generating gigs of artifacts th

Discard old build artifacts?

2017-07-20 Thread James Green
I don't want to remove the entire job - having the logs of what the SCM commit was and build output logs is really useful alongside the Jenkins build number. But I'm generating gigs of artifacts that I don't need. Is there a way of discarding these within a Jenkinsfile? Thanks, James -- You re

Re: discard old build

2016-11-19 Thread Mark Waite
cause the problem. Mark Waite On Wed, Oct 26, 2016 at 4:12 PM Eddú Meléndez Gonzales < eddu.melen...@gmail.com> wrote: > Hi, > > Jenkins is working with Bitbucket Branch Source Plugin, "Discard old > build" is set when "Bitbucket Team/Project" job is c

discard old build

2016-10-26 Thread Eddú Meléndez Gonzales
Hi, Jenkins is working with Bitbucket Branch Source Plugin, "Discard old build" is set when "Bitbucket Team/Project" job is created. So, branches and PR configuration should inherit these values. Actual behavior: is not working as expected. Jenkins version: 2.19.1 Cheer