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
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
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
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
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