nishio-dens / bitbucket-pullrequest-builder-plugin

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

Jenkins pipeline example in README.md is incorrect #233

Closed beregon87 closed 2 years ago

beregon87 commented 2 years ago

BitbucketBuildTrigger constructor signature contains a bitbucketServer parameter, but this is missing in the jenkins pipeline example provided in the readme. Also, it is not clear whether projectPath needs to be set if bitbucketServer, repositoryOwner, and repositoryName is.

beregon87 commented 2 years ago

PR addressing this issue has been merged to master.