jenkinsci / bitbucket-push-and-pull-request-plugin

Plugin for Jenkins v2.138.2 or later, that triggers job builds on Bitbucket's push and pull request events.

Home Page:https://plugins.jenkins.io/bitbucket-push-and-pull-request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It only works if there is at least 1 build

x4team opened this issue · comments

I think this is a plugin bug.
For a long time I tried to understand why the assembly is not going, although polling is present in the logs. It turned out that if there are no successful builds in the job, then the build will not start.

Temporary solution: Manually run the first build for a new job

commented

it's not a plugin bug for sure but jenkins behavior in overall

it's not a plugin bug for sure but jenkins behavior in overall

I think it is VERY important to specify this in the plugin description along with the lines in "Before you start"

@x4team are we talking about this?

"The user initiliazes a new job starting manually a build."

See: https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin#about-the-initialization-of-the-plugin

@x4team are we talking about this?

"The user initiliazes a new job starting manually a build."

See: https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin#about-the-initialization-of-the-plugin

Yes, thanks. The information is listed at the very bottom of the page

@x4team feel free to submit a pull request if you'd like to change something in the readme and in the documentation :)
I'm closing this issue