Hi,
We are using the LST cycle but this gives issues when I try to update plugins.
My use case:
Ansible playbook updates the linux server (and jenkins LST if available)
This has failed a couple of times and when jenkins loads I get :
XXX Plugin
Jenkins (2.323) or higher required
What method returns if an plugin is compatible with the current version of jenkins?
What does "isForNewerHudson()" do?
I think I want the
isCompatible()
Returns true if the plugin and its dependencies are fully compatible with the current installation This is set to restricted for now, since it is only being used by Jenkins UI or Restful API at the moment.
field/method but this is restricted ;(
Any one that can help?
kind regards
Stefan