jenkinsci / violation-comments-to-gitlab-plugin

Comments GitLab merge requests with static code analyzer findings.
https://plugins.jenkins.io/violation-comments-to-gitlab
MIT License
20 stars 4 forks source link

Global config needs to be saved first, or NPE will happen #10

Closed tomasbjerre closed 6 years ago

tomasbjerre commented 6 years ago

Because the booleans in the global config will default to null, when saved they will be false.

Should also fix the Bitbucket Server and GitHub plugins...