Re: Jenkins pipeline - Remove @tmp folder

2019-02-13 Thread Cos Bug
Hi, Does anyone know exacly what the @tmp forlders are used for ? Regards, Constantin -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr

Re: Jenkins pipeline - Remove @tmp folder

2017-09-07 Thread Ann B
Have you tried: step([$class: 'WsCleanup', cleanWhenFailure: false]) On Saturday, April 30, 2016 at 2:50:06 PM UTC-7, Camilo Nova wrote: > > Hi, > > I'm using the pipeline and when it finishes it leaves an empty folder > 'my-project@tmp' and I don't want to leave it there. > > There is a way

Re: Jenkins pipeline - Remove @tmp folder

2017-09-07 Thread Victor Martinez
It looks like a known issue as far as I see in Jira: - https://issues.jenkins-ci.org/browse/JENKINS-44909 - https://issues.jenkins-ci.org/browse/JENKINS-41805 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and s

Re: Jenkins pipeline - Remove @tmp folder

2017-09-07 Thread Esdras Neto
Have the very same question :-) Anyone knows? Il giorno sabato 30 aprile 2016 22:50:06 UTC+1, Camilo Nova ha scritto: > > Hi, > > I'm using the pipeline and when it finishes it leaves an empty folder > 'my-project@tmp' and I don't want to leave it there. > > There is a way to disable the folder

Jenkins pipeline - Remove @tmp folder

2016-04-30 Thread Camilo Nova
Hi, I'm using the pipeline and when it finishes it leaves an empty folder 'my-project@tmp' and I don't want to leave it there. There is a way to disable the folder generation? Maybe using /tmp There is a way to tell the pipeline to remove that folder after it finishes? This is my pipeline: st