Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-53331

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();

       

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

              Created:
              Updated: