Peter Darton

Results 94 comments of Peter Darton

I suspect that you're hitting bug #818 and this has nothing to do with Amazon-specific stuff. Take a look at the workaround detailed in #818 and see if that fixes...

I don't think it's that simple - sometimes file paths have spaces in them 😢 Spaces in paths are a perpetual pain the backside and I wish there was a...

I'm fairly sure someone else raised an issue w.r.t. Amazon before. I've not used it myself, but I think Amaxon doesn't support any standard authentication methods and instead you have...

That's a good question, and I don't know the answer as I don't use Windows containers myself (and nobody who does has set out exactly what the issues are). FYI,...

Ah, `withDockerRegistry` suggests that you're using the docker-workflow-plugin not the docker-plugin. Different plugin, different way of working, different GitHub repo ... and not a plugin I know much about, aside...

Disclaimer: on mobile, from home, going from memory and not looking stuff up as it's my bed time... Take a look at the "advanced" connection properties, e.g. jnlp or direct...

> What would cause Jenkins to use the docker-workflow-plugin instead of docker-plugin It all comes down to what pipeline syntax you use. Different plugins provide different functionality with different words....

> sadly this wasn't mentioned anywhere Yes; sadly a lack of docs is not an uncommon issue with free software - the folks who write code to make it do...

Update: I recently had to go delving in this area in order to fix the SSH unit-tests and so I took a good long look at the code. In the...

The only place `/root` happens in the plugin is when it's using the `InjectSSHKey ` connection method, which (with this PR's code installed) shows up in the WebUI configuration page...