On Mon, 8 May 2017, at 16:32, Jay Miller wrote:
> JENKINS-33510 says: 
> "dir('foo') inside 'docker.image().inside{}' does not affect CWD of 
> launched processes".  My Jenkinsfile doesn't appear to have an 
> *image().inside* block (right?), yet *dir()* is failing in the same way.

That description of the issue comes from Scripted Pipeline syntax —
you're using the `agent { docker }` directive from the Declarative
Pipeline syntax, which probably causes the `image().inside` stuff to
happen under the hood.  So that's likely why you're hitting that issue.

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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1494322418.2181985.970527909.7AEBA53E%40webmail.messagingengine.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to