-
Notifications
You must be signed in to change notification settings - Fork 37
Upgrade to 1.3.0 - error when compiling #31
Comments
I couldn't reproduce this issue. |
Can repro, testing with title. |
Works, but why is this a problem that's happening now and why didn't it happen before? It should really be fixed. |
When adding functionality to this plugin new variables were added to WebhookPublisher. While they are set in a constructor, Jenkins calls the constructor only when changes to project's configuration are made. It means that when plugin is updated, but project's configuration isn't changed, the new variables are null when they shouldn't. Changing the project configuration is a workaround, because it forces Jenkins to call the WebhookPublisher constructor. |
Wouldn't it make sense to have default values so that the plugin doesn't die when values are inputted as null? |
Hi,
After upgrading to 1.3.0, I have this error when compiling.
Any clue ?
Cheers,
G.
The text was updated successfully, but these errors were encountered: