Re: How to check plugin version for a specific jenkins version

2018-09-21 Thread Narahari 'n' Savitha
Thank you for your help. Good to know that plugins are relatively safe to use. -Narahari On Friday, September 21, 2018 at 12:14:19 AM UTC-4, Mark Waite wrote: > > The Jenkins-Version field embedded in the plugin manifest file is the > minimum Jenkins version supported, not the maximum.

Re: How to check plugin version for a specific jenkins version

2018-09-20 Thread Mark Waite
The Jenkins-Version field embedded in the plugin manifest file is the minimum Jenkins version supported, not the maximum. Jenkins works very hard to allow older plugins to continue operating in newer releases. Mark Waite On Thu, Sep 20, 2018 at 9:09 PM Narahari 'n' Savitha wrote: > Thank you

How to check plugin version for a specific jenkins version

2018-09-20 Thread Narahari 'n' Savitha
Thank you folks in advance for your time and attention Here is the scenario. I have Jenkins LTS 2.122 version and I have plugins for that installed. Now the Jenkins 2.138 is released and I want to upgrade. How do I check the version for the plugin that works for 2.138 or below ? Apart from