Re: [workflow-plugin] unarchive fail to create file on slave

2015-02-25 Thread Jesse Glick
Not sure what you are seeing here but I would suggest narrowing it down to a minimal reproducible test case and filing a bug report in JIRA. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

[workflow-plugin] unarchive fail to create file on slave

2015-01-16 Thread Gary Clayburg
I'm not sure if this is the correct place to ask about this, but it looks like I ran into a but with Jenkins workflow-plugin. Try this workflow-plugin groovy code: node('master'){ git url: 'https://github.com/gclayburg/mongodbhello.git' archive 'pom.xml, policyconsole/' } node('builderbee'){