Comment 0 for bug 1103646

Revision history for this message
Mark Mims (mark-mims) wrote :

The maven plugin is part of jenkins-core and needs to be the exact same version as jenkins.

Charm currently pulls the 'latest' plugin versions which don't always match.

Be nice to either:

- [easiest] have two config params: `core-plugins` pulls versions from the updates site locked to the currently installed version of jenkins and the existing `plugins` which pulls the latest plugin versions.

or

- allow the user to optionally specify plugin versions in the `plugins` list.