-
Notifications
You must be signed in to change notification settings - Fork 54
[JENKINS-54576] Pipeline baseurlholder should be optional #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JENKINS-54576] Pipeline baseurlholder should be optional #58
Conversation
Prefer @DataBoundSetters
This reverts commit e051f64
Remove it from the pipeline syntax if not supplied.
|
@mezpahlan I tested the snapshot with this PR and the following is working now: but please be aware, that this did fail: error was: |
|
Thanks @imod that's what I'm expecting. When looking at code that was originally causing an issue it looked like there was a needless object called Yes that will mean existing configurations will break, unfortunately. However this is only an issue if you have explicitly overridden the HockeyApp service and are using the pipeline syntax. I'll look at preparing some migration text before releasing this fix though. There's already text in the wiki page for this plugin but perhaps it can be made clearer. Thanks for testing. |
Makes the baseUrl property in pipeline mode optional. Only applies it if the user explicitly wants to override the default HockeyApp service.