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

Plugin bitbucketpullrequestbuilder can not longer get JenkinsLocationConfiguration

    XMLWordPrintable

Details

    Description

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

       

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: