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

pullrequest-builder-plugin doesn't work as expected with Jenkins Pipeline script. #150

Closed
pavanreddy42 opened this issue Apr 13, 2018 · 7 comments
Labels
Throttling This looks like Atlassian throttling requests and responding with empty 429 responses

Comments

@pavanreddy42
Copy link

Hello all, I am using the below configuration in my Jenkins pipeline file but my Jenkins server send the inprogress build status to bit bucket using the CI key but it is not updating the status once the build is finished. when I tried using the same plugin in free style project it send the build status using the CI name and updates the build status also once the build is finished.
triggers{
bitbucketpr(projectPath:'################################',
cron:'* * * * *',
credentialsId:'##################',
username:'########',
password:'#########',
repositoryOwner:'#####',
repositoryName:'#####',
branchesFilter:'',
branchesFilterBySCMIncludes:false,
ciKey:'',
ciName:'',
ciSkipPhrases:'',
checkDestinationCommit:true,
approveIfSuccess:true,
cancelOutdatedJobs:true,
commentTrigger:'test this please')
}
capture

@Aamir010
Copy link

Is there any update on this issue. Same error with me when using Jenkinsfile.

@damovsky
Copy link
Collaborator

sorry so say this...but I'm not able to continue to work on this project alone, I need help (I have a newborn baby and not enough time to work on this project).

@abhilashshettigar
Copy link

hey @damovsky Any Updates on this issue got time to resolve this issue

@damovsky
Copy link
Collaborator

I'm looking for a new maintainer for this project. Any volunteer ?

@CodeMonk
Copy link
Collaborator

CodeMonk commented Sep 26, 2018

@abhilashshettigar , @Aamir010 , @pavanreddy42 :I think this is the same thing as #151 - Atlassian is throttling.

Can you verify by checking for 429s in your logs?

@CodeMonk CodeMonk added duplicate Throttling This looks like Atlassian throttling requests and responding with empty 429 responses labels Sep 27, 2018
@CodeMonk
Copy link
Collaborator

CodeMonk commented Oct 8, 2018

Duplicate of #166

@CodeMonk CodeMonk marked this as a duplicate of #166 Oct 8, 2018
@CodeMonk CodeMonk closed this as completed Oct 8, 2018
@pratapsingh
Copy link

I am facing the same issue and I am sure its not due to the rate limiting as I am using Bitbucket enterprise. I have also checked with Bitbucket support team that we are having enough bandwidth avaialble so we can not hit rate limit.

It works fine for some time then it does not run the build untill I restart the jenkins. After restarting Jenins it again works like charm and after some time same behaviour occurs. So I am assuming it some kind of leak in plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Throttling This looks like Atlassian throttling requests and responding with empty 429 responses
Projects
None yet
Development

No branches or pull requests

6 participants