Hi,
I have configured the Parameterized Builds for Jenkins Hook for one the repositories on our enterprise bitbucket server.
Provided the job name, set the refType as branch and selected PUSH and MANUAL as trigger events, provided the token configured in the Jenkins job and left the rest of the parameters as blank.
The Jenkins url (http://host:port) is configured at the bit bucket project level and no User token has been created either at the Project level or at the Bitbucket server level.
Whenever a commit happens on the repo, no build gets triggered. Unfortunately I do not have access to the bit-bucket server logs so I'm not sure what is going wrong.
I tried doing a manual build from one of the branches under the repo and I get a message 'You do not have permissions to build this job"
Anything I'm missing in the configuration ?
We do not want to use either global token or user tokens and prefer to use the tokens at the job levels, so user tokens is not a solution.
Please let me know if anyone has got this hook working.
FYI: I went through the bitbucket plugin code and I framed the URL as per the code flow and when I do a HTTP post with the URL, I get a 403 "No valid bread crumb found". For Manual builds, the plugin code returns the Permissions message as above when the status code is 403.
Regards,
Sravan