deleteDir() step work for me
W dniu wtorek, 7 marca 2017 19:38:28 UTC+1 użytkownik James Nord napisał:
>
> Check deleteDir() step
>
>
> https://jenkins.io/doc/pipeline/steps/workflow-basic-steps/#code-deletedir-code-recursively-delete-the-current-directory-from-the-workspace
>
--
You received th
Hi,
I'm creating pipeline which execute 10 parallel builds. My Jenkins instance
has 2 executors. I stash sources first. Then unstash them at the beginning
of each build. How to force Jenkins to use clean folder (node) for every
run?
Currently it use 'JOBNAME' folder and 'JOBNAME@2' folder. Run w