Skip to content

Feature/tracker notify backend

Giuseppe De Feo requested to merge feature/tracker-notify-backend into master

This adds a notifications on afterscripts of unit_tests to create a tracker ticket using CAT.

here https://internal-tracker.builder.ai/#/projects/3661?storyId=1956528

The notification follows this interface: { “project_id”: “”, “stage”: “unit test”, “merge_request_id”: “”, “merge_link”: “”, “source_branch_name”: “”, “successful_jobs”: [“job_link1”, “job_link2”], “failed_jobs”: [“job_link1”, “job_link2”], “requester_email”: “” }

Pipeline tested: success: https://gitlab.builder.ai/builder/builder-bx/Bx/assembler_projects/stg/autobxengpro03206606-150038-ruby/-/jobs/61508654 https://gitlab.builder.ai/devsecops/giuseppedf/giusepped-app/-/jobs/61511978

Merge request reports