Issue I am facing is the following:
- I want to trigger a job which is setup on Jenkins from BitBucket (on push)
- I want to tigger it and to pass parameters
- Trigger job without params is working, but as soon as I add params, nothing is triggered and I don't get any logs.
Here is my url on Jenkins (which is working)
http://someJenkinsInstance/bitbucket-hook/
And here is url that I would like to use (at least use params)
http://someJenkinsInstance/bitbucket-hook/buildWithParameters?BRANCH=master&ENVIRONMENT=dev
On Jenkins side, I'm using the plugin "Bitbucket hook" and in BitBucket plugin is "Post web hooks".
Note: I am using Bitbucket server not cloud version.