Jira-Jenkins Integration
Last modified by DevOps-as-a-Service Operator on 2025/02/05 11:33
Customers with Jira and Jenkins benefit from a close integration of Jenkins and Jira. New builds on Jenkins are automatically detected and added to Jira issues.
In the example below, you can see
- the initial CI build of a feature branch
- a second CI build that was automatically aborted by sdcPipeline() since a PR was already opened
- the final CI build of the target branch after the merge.
PR builds are currently not supported.