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.
https://plugins.jenkins.io/bitbucket-push-and-pull-request
MIT License
46 stars 50 forks source link

bitBucketPPRPluginConfig configuration as code #321

Closed pguinet closed 5 months ago

pguinet commented 8 months ago

Hi,

I'm trying to configure bitbucket-push-and-pull-request-plugin as code, but can't find a way to set default credentials. I tried to set it and have a look at the config with configuration-as-code plugin but there's no entry. I tried to use "credentialsId" but Jenkins won't start as the attribute is not available.

Could you add it ? I'm far from a developer and have no idee how to do it.

Thanks.