Re: pipeline - keep build forever

2016-10-17 Thread roman . pickl
created https://issues.jenkins-ci.org/browse/JENKINS-39028 please update as you see fit. best, Roman Am Montag, 17. Oktober 2016 09:12:18 UTC+2 schrieb Baptiste Mathus: > > Hey, > > You need to have an account on the Jenkins infra. > You can create one going on accounts.jenkins.io > > Then

Re: pipeline - keep build forever

2016-10-17 Thread Baptiste Mathus
Hey, You need to have an account on the Jenkins infra. You can create one going on accounts.jenkins.io Then create a Jira issue in issues.jenkins-ci.org Cheers! Le 16 oct. 2016 9:42 PM, a écrit : > works. > > How to file an RFE? > > best, > Roman > > Am Freitag,

Re: pipeline - keep build forever

2016-10-16 Thread roman . pickl
works. How to file an RFE? best, Roman Am Freitag, 14. Oktober 2016 07:59:54 UTC+2 schrieb Daniel Beck: > > > > On 13.10.2016, at 13:18, roman...@fluidtime.com wrote: > > > > Is there any possibility to keep a build forever programmatically after > submitting an input approval step? > >

Re: pipeline - keep build forever

2016-10-14 Thread Daniel Beck
> On 13.10.2016, at 13:18, roman.pi...@fluidtime.com wrote: > > Is there any possibility to keep a build forever programmatically after > submitting an input approval step? currentBuild.rawBuild.keepLog(true) should do this. This requires sandbox script approval. Should probably be exposed