Hi,
using v2.38 of Jenkins
using v1.35 of docker build step plugin
A job that I had setup worked with previous versions of both Jenkins and the plugin. Since various upgrades, they no longer do.
So now I get
[Docker] INFO: Sucessfully created image groovytest-25:jenkins
[Docker] INFO: created container id a2297f9308158f6468a1392dc064d31db45d5afb0bbc9e27d910cc63f07feb04 (from image groovytest-25:jenkins)
[Docker] ERROR: command 'Start container(s)' failed: {"message":"starting container with HostConfig was deprecated since v1.10 and removed in v1.12"}
I am a little confused about the maintenance of this plugin.
But the latter project is not the actual code in the released plugin?
I did clone the jenkinsci project in the hope that the solution to the above error was obvious but a few simple changes suggested it is not.
So should I be using this plugin or is there a more appropriate plugin to use?
Regards,
John