Plugin bitbucketpullrequestbuilder can not longer get JenkinsLocationConfiguration

XMLWordPrintable

      The bitbucketpullrequestbuilder plugin uses following code to get the Jenkins url:

      {{JenkinsLocationConfiguration globalConfig = new JenkinsLocationConfiguration();}}
      String rootUrl = globalConfig.getUrl();

       

      This no longer works. It should be:

      {{JenkinsLocationConfiguration globalConfig = JenkinsLocationConfiguration.get();}}
      String rootUrl = globalConfig.getUrl();

       

            Assignee:
            Unassigned
            Reporter:
            Richard van der Klooster
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: