| Thanks Jesse Glick, that is a great work-around! It almost seems like Pipeline has this feature natively and perhaps this plugin support isn't needed? I couldn't seem to get it to stash something outside of the workspace (either by putting absolute paths or relative ../../ paths), and copy-to-slave prefers to copy things from userContent, so the work-around for me was to run an {{sh "ln -sf $ {env.JENKINS_HOME} /userContent .}} first and then you can stash includes: "userContent/foo", name: "foo"  |