nishio-dens / bitbucket-pullrequest-builder-plugin

Bitbucket Pull Request Builder Plugin for Jenkins
Other
125 stars 145 forks source link

pullrequest-builder-plugin doesn't start #149

Closed nnakash closed 6 years ago

nnakash commented 6 years ago

Hello, Can someone please help me understand why i don't see any attempt to check for pull request after i set everything up: I used configured it by pipeline syntax and from the build trigger tab but nothing happen :(

pipeline { agent any triggers{ bitbucketpr(projectPath:'##@bitbucket.org:####/#####.git', cron:' *', credentialsId:'', username:'##@####.com', password:'######', repositoryOwner:'#####', repositoryName:'#####', branchesFilter:'', branchesFilterBySCMIncludes:false, ciKey:'', ciName:'', ciSkipPhrases:'', checkDestinationCommit:false, approveIfSuccess:false, cancelOutdatedJobs:true, commentTrigger:'test this please') }

CodeMonk commented 6 years ago

@nnakash Can you provide logs, please?

Though, I suspect this is the same issue as #151 , which is probably related to atlassian throttling.

nnakash commented 6 years ago

Thanks for the response! I will provide logs next week Is there a version that i should check to see if it resolved? (when the current master going to be release?)

CodeMonk commented 6 years ago

@nnakash We are currently working on a new release, however, this particular issue has not been solved -- if you are hitting the throttling.

As for logs, just look in the log file (/var/log/jenkins/*) for something like this, which would indicate that atlassian is throttling your requests: WARNING: Response status: HTTP/1.1 429 Unknown Status Code URI: https://bitbucket.org/api/2.0/repositories/ACCOUNT/REPO/pullrequests/?pagelen=50

CodeMonk commented 6 years ago

Closing this as a duplicate of #166