ocean
ocean copied to clipboard
[Integration][Jenkins] Improvements to Jenkins integration
Description
What
- Add
abortedto Jenkins job status enum. And update JQ mapping - Add
ABORTEDto jenkins build status enum. - Give url format to jenkins job and build url properties
Why
- The
abortedjob status allow for visibility on jobs that are in aborted state - The
ABORTEDbuild status allow for visibility on builds that are being aborted - The URL as base string format look terrible on the UI. With the url format it looks like a nice button
How
- Changed the blueprint json for Jenkins
Type of change
Please leave one option from the following and delete the rest:
- [X] Non-breaking change (fix of existing functionality that will not change current behavior)