Wiki source code of Jira-Jenkins Integration
Last modified by DevOps-as-a-Service Operator on 2025/02/05 11:33
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | 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. | ||
2 | |||
3 | In the example below, you can see | ||
4 | |||
5 | * the initial CI build of a feature branch | ||
6 | * a second CI build that was automatically aborted by sdcPipeline() since a PR was already opened | ||
7 | * the final CI build of the target branch after the merge. | ||
8 | |||
9 | PR builds are currently not supported. | ||
10 | |||
11 | [[image:attach:image2022-3-8_15-31-13.png||data-xwiki-image-style-border="true" queryparams="effects=drop-shadow" height="698" width="1000"]] |