Skip to content

[FIXED JENKINS-38664] Skip notification if root URL not defined#97

Merged
stephenc merged 2 commits intojenkinsci:masterfrom
stephenc:jenkins-38664
Dec 18, 2017
Merged

[FIXED JENKINS-38664] Skip notification if root URL not defined#97
stephenc merged 2 commits intojenkinsci:masterfrom
stephenc:jenkins-38664

Conversation

@stephenc
Copy link
Member

See JENKINS-38664

Closes #22

if (cfg == null || cfg.getUrl() == null) {
listener.getLogger().println(
"Can not determine Jenkins root URL. Commit status notifications are disabled until a root URL is"
+ " configured in Jenkins global configuration.");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing return statement?

@stephenc stephenc merged commit 3412b4e into jenkinsci:master Dec 18, 2017
@stephenc stephenc deleted the jenkins-38664 branch December 18, 2017 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants