Peter Darton
Peter Darton
So, just to confirm.... - in the screenshot above, that was reached simply by doing "New Node"? - "Use container only once" is suggested as the default "Availability" where it...
OK, then this sounds like it's a bug in the docker-plugin - that option should not be available for anything other than slave nodes that are based on docker containers...
Note: The openstack-cloud-plugin [code](https://github.com/jenkinsci/openstack-cloud-plugin/blob/openstack-cloud-2.41/src/main/java/jenkins/plugins/openstack/compute/JCloudsRetentionStrategy.java#L88) has this comment: `// no @Extension since this retention strategy is used only for cloud nodes that we provision automatically.` I suspect that this is the...
Yup, that's the correct bit of code. The problem is that the plugin doesn't really know which IP/port is going to be "the one that works" - it has no...
@james-powis Can you provide details of the docker cloud configuration you're using? Is it possible that you've got a docker template defined with the same image? If that's the case...
So that config.xml has its own images, and none of those are the same as the image in the job.xml - is that correct? Or does your _current_ version of...
That's not a bug in the docker-plugin itself - this plugin doesn't contain any native code - it's a deficiency several layers below, which isn't something this plugin has any...
Good news! There's been progress on upgrading the version of docker-java this plugin has. You may find that, if you try things out using version 1.2.9 (or later) of the...
FYI this build failed because spotbugs found an issue (i.e. the redness isn't just because of the ongoing trouble with the DockerNodeStepTest). `[ERROR] Possible null pointer dereference in io.jenkins.docker.DockerComputer.getId() due...
I don't know how the cloud-stats code works; I've taken a look at the code and I have a question. In `DockerCloud.provision`, does the cloud-stats plugin find out that we've...