Currently, the UpdateCheck is setting "usedVersion" as the plugin version defined in plugin.yml. However, I'd like to put a custom version string so it can be compared with a custom value fetched via an API.
In my case, my version string is x.x.x_BUILDXX. I don't care about x.x.x, I just want the util to compare XX with the build number fetched from my Jenkins API.
Currently, the UpdateCheck is setting "usedVersion" as the plugin version defined in plugin.yml. However, I'd like to put a custom version string so it can be compared with a custom value fetched via an API. In my case, my version string is
x.x.x_BUILDXX
. I don't care aboutx.x.x
, I just want the util to compareXX
with the build number fetched from my Jenkins API.