Quick summary
This tutorial shows how to integrate Bitbucket Pipelines with Jenkins by adding a Jenkins Job Trigger pipe directly inside your pipeline configuration. Once the script is pasted and committed, your Bitbucket pipeline will automatically trigger the corresponding Jenkins job on every run.
Steps
- Head over to the left-side panel and click Pipelines.
- Select the pipeline you wish to integrate.
- Click the View Configuration icon to proceed.
- Tap Edit to open the pipeline file for editing.
- Under the Configure tab, click Add Pipes (Integrations).
- Search for Jenkins, find Jenkins Job Trigger from the results, and tap the Copy Script icon next to it.
- Click the script section of the selected pipeline and paste the snippet.
- Tap Commit to save your changes.
- Add a short commit message and tap Commit to finalize.
- The selected Bitbucket pipeline is now fully integrated with Jenkins.



