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 which is 
started in 'JOBNAME@2' folder builds ok. But run which use "JOBNAME' folder 
fails during unstashing.
I found some similar problem here where the solution was to use:
node {
  ws { 
    unstash 'sources' 
  }
}
This solution doesn't work for me.

--
Bartłomiej Zieliński

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e7a09091-ff4d-4d3d-a87b-8f0f6f2eafea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to