-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Fix npe for propagation url settings
When upgrading from older versions of the plugin the propagationUrl tag might be missing in io.jenkins.plugins.bitbucketpushandpullrequest.config.BitBucketPPRPluginConfig.xml. Since propagationUrl's value is checked for emptiness only this might result in a NPE. This commit adds a check for null+emptiness.
- Loading branch information
1 parent
bcc10b8
commit f8b71bc
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters