I followed the instructions given in the CloudBees documentation, but my git pushes (at Bitbucket) did not trigger new builds in Jenkins. Roughly,
- In Jenkins, create a new build project, and select "Trigger builds remotely".
- Generate an authentication token, then save the project.
- Obtain API token at
https://<account>.ci.cloudbees.com/user/<your-email>/configure
- In Bitbucket, add a Jenkins service with the following options
- Endpoint:
https://<your-email>:<apitoken>@<account>.ci.cloudbees.com
- Token:
<from-step-2>
- Endpoint: