Peter Darton

Results 94 comments of Peter Darton

I guess you're right, as long as the credentials for the docker host are locked down sufficiently that Jenkins can only use it for globally-configured slaves. Without further research, I...

I've not seen this error first-hand myself - my docker hosts aren't set to use this - so I can't easily reproduce the issue. If you can provide idiot-proof instructions...

1. If you've got a .hpi file, you can install it into your Jenkins instance via Manage Plugins -> Advanced and upload it there. There's no need to rebuild the...

@Osipion I took at look at the docker-java commit you referenced - yup, that's an API-breaking change. However, if that's all there is to it, it should be easy to...

Edit: just seen your later msg - I'm currently struggling with IT issues woth now (laptop has decided it doesn't have an external kb or mouse anymore). Will re-read once...

Looks like I'm playing catch-up here and you're a way ahead of me right now (I've just done a "mvn install" of the docker-java-api-plugin version 3.2.2, bumped the dependency in...

Note: If anyone knows how we could generate `DelegatingDockerClient` at runtime then that would be way better than having to keep adjusting the code to match docker-java...

I suspect that this issue will've been fixed by the docker-java upgrade that was done recently. Can anyone here confirm?

What groovy script are you running in the "Execute system groovy script" step? (If you can provide sufficient details to allow the bug to be reproduced outside your environment, it'll...

Hmm, sounds like ```resolve("DOCKER_HOST")``` is returning null. Are you 100% sure that DOCKER_HOST is a variable that should be available? - Can you check that the "expose DOCKER_HOST" checkbox is...