Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bitbucketweb to git browser plugins #1048

Closed
wants to merge 1 commit into from

Conversation

tomasulo
Copy link

This adds support for bitbucketweb as a git repository browser. The result is:

<scm... >
    <browser class="hudson.plugins.git.browser.BitbucketWeb">
        <url>
            https://bitbucket.org/url-to-your-repository
        </url>
    </browser>
</scm>

@daspilker
Copy link
Member

Replaced by #1049 which adds support for all browsers through the Automatically Generated DSL.

job(String name) {
  scm {
    git {
      browsers {
        bitbucketWeb {
          repoUrl(String value)
        }
      }
    }
  }
} 

@daspilker daspilker closed this Aug 27, 2017
@tomasulo
Copy link
Author

Awesome, when will this available?

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