ceposta-devops-ose
ceposta-devops-ose copied to clipboard
Compare list of jenkins plugins (christian vs fabric8)
In order to use Fabric8/jenkins docker container, we have to compare the of jenkins plugins deployed
Christian

Fabric8

Missing plugins (Fabric8) are : conditional-buildstep, dashboard-view, gerrit-plugin, managed-script, rebuild, role-strategy, run-condition
@christian-posta : Can you confirm please ?
yah we will want to add gerrit. might not need managed script. can't remember why conditional build step was in there :)
it should be easy to add whatever you need here: https://github.com/fabric8io/jenkins-docker/blob/master/plugins.txt#L29
just make sure you get the right plugin id + version
I like the plugin.txt file of Fabric8/jenkins docker project. @christian-posta : Do we have to update the existing list with these missing plugins (conditional-buildstep, dashboard-view, gerrit-plugin, managed-script, rebuild, role-strategy, run-condition) ?
Why not just add plugins as you find them; the old list could contain cruft. e.g. try add gerrit-plugin / dashboard-view and see how things look?
@jstrachan : The goal of this ticket was just to compare Docker image of fabric8/jenkins & this project to see if we have to add something to fabric8/jenkins in order to use it & find a compromise alltogether.