There now is a bug on JIRA for this exact issue.
https://issues.jenkins-ci.org/browse/JENKINS-10197
- Soo Wei
On Jun 24, 5:29 pm, Gary <
gary.y...@gmail.com> wrote:
> Also, I did notice that the project that is being marked like this has
> "track svn of another project" being used. The one that it's tracking
> happens to be the one with all the "keepforever" builds.
>
> On Jun 24, 8:25 pm, Gary <
gary.y...@gmail.com> wrote:
>
>
>
>
>
>
>
> > We have the same problem too, I'm quickly running out of disk space
> > because of it.
>
> > I did notice that some of the initial unstable or failed builds would
> > get marked as failed and automatically marked as "keepforever"....not
> > sure why though.
>
> > We as well are using matrix based jobs.
>
> > On Jun 24, 9:42 am, Thomas Marek <
tma...@googlemail.com> wrote:
>
> > > Hello,
>
> > > for quite some time we have the problem that new builds get marked as
> > > "Keepthisbuildforever" automatically and we can not revert that?!
> > > It seams that everybuilddepends on the previousbuild, but we don't
> > > know why?!
> > > e.g. if i callhttp://.../job/.../90/confirmDelete?json={}&Submit=Delete+this+build
> > > i get the error message "Warning: Cannot delete thisbuild, because it
> > > is #91 depends on this"
>
> > > We use matrix based jobs and theBuild-Publisher plugin.