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

Could you extend documentation how to comment at https://bitbucket.org #16

Closed
Arbuzov opened this issue Aug 13, 2016 · 2 comments
Closed

Comments

@Arbuzov
Copy link

Arbuzov commented Aug 13, 2016

Try to use many ways but got nothing.

step([

        $class: 'ViolationsToBitbucketServerRecorder', 

            config: [

                bitbucketServerUrl: 'https://api.bitbucket.org/', 

                createCommentWithAllSingleFileComments: true, 

                createSingleFileComments: true, 

                projectKey: 'EVANTI', 

                repoSlug: 'cabinet-radugainternet-ru', 

                pullRequestId: "${pr}", 

                useUsernamePassword: true, 

                username: 'admin', 

                password: 'admin', 

                useUsernamePasswordCredentials: false, 

                violationConfigs: [

                    [ pattern: 'check_style.xml', reporter: 'CHECKSTYLE' ]

                ]

            ]

        ])

see at log

Error calling:

https://api.bitbucket.org/rest/api/1.0/projects/EVANTI/repos/cabinet-radugainternet-ru/pull-requests/683/changes?limit=999999
GET
 null

`

@tomasbjerre
Copy link
Contributor

The plugin is for Bitbucket Server (or Stash). Bitbucket.org has completely different API:s and is not supported.

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

No branches or pull requests

2 participants