On Fri, Oct 9, 2015 at 9:54 AM, Daniel Beck <[email protected]> wrote: > read the plugin dependencies from the HPI files and recursively (transitive > dependencies) add them to your installation
Yes, you can do that. I tend to recommend instead that the tool building the image flag these as errors, and suggest additions to the plugin list (ideally also showing the newest version available from the update center, like `mvn dependency:show-dependency-updates` would do). That way your image is always built deterministically and explicitly from sources. If you ignore the update center and just add the newest version transitively required, you also get determinism, though it is then not obvious from looking at config sources what the final plugin list will be, which can make debugging issues harder. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr127poSOZmVLZH21BrvgnYweabwu5AEks66Qc%2BAdnU88w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
