You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, love the plugin. It's super useful for us.
I have an issue where I need to put ignore_changes on all our templates, because the plugin thinks there's an update required even if the template has not changed.
This appears to be because the XML it receives from Jenkins has plugin version automatically added whereas the XML template we submit does not. Theoretically we could hardcode the plugin versions in our template but that will cause issues when we update the plugins on the server.
Ideally, we could have an option to ignore the plugin versions when calculating the diff.
Hey there, love the plugin. It's super useful for us.
I have an issue where I need to put ignore_changes on all our templates, because the plugin thinks there's an update required even if the template has not changed.
This appears to be because the XML it receives from Jenkins has plugin version automatically added whereas the XML template we submit does not. Theoretically we could hardcode the plugin versions in our template but that will cause issues when we update the plugins on the server.
Ideally, we could have an option to ignore the plugin versions when calculating the diff.
Is this possible?
Example of diff found:
The text was updated successfully, but these errors were encountered: