On 18/02/16 06:13, ok999 wrote: > The workspace of a pipeline/workflow is weird. Its not the usual path on > the slaves but rather on the master inside the jobs directory. Is this > the way how it should be?
Generally you shouldn't care where on the build machine the workspace is created. With Pipeline, a workspace directory is allocated automatically when you use the `node` step. If you want to do work within a workspace on a build slave, you need to make sure you're specifying that machine as an argument to the `node` step. If that doesn't help, it would be helpful to see a concrete example of what your pipeline looks like and what you expect to see. Regards, Chris -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/56C9DB53.7070206%40orr.me.uk. For more options, visit https://groups.google.com/d/optout.
