odavid / my-bloody-jenkins

Self Configured Jenkins Docker image based on Jenkins-LTS
MIT License
251 stars 71 forks source link

Docker inside has stopped working due to plugins upgrade #147

Closed matankatz closed 5 years ago

matankatz commented 5 years ago

On the latest LTS image (2.190.1) "durable-task" plugin was upgraded to 1.31. This plugin is breaking the use of "docker.inside" (https://issues.jenkins-ci.org/browse/JENKINS-59903). According to the issue reverting to 1.30 fixed the problem.

matankatz commented 5 years ago

It seems like the plugin installed is still version 1.31. image

odavid commented 5 years ago

Plugins are persistent. Delete the plugin from the plugins directory under Jenkins home and restart

matankatz commented 5 years ago

Thanks for the help. As usual, amazing with the fast response. :)