-
Notifications
You must be signed in to change notification settings - Fork 550
Closed
Labels
Description
In this module I'll cover below 4 new API of PipelineConfigRouter
- POST /orchestrator/app/ci-pipeline/patch==> PatchCiPipelines(Need to add some more test cases)
- GET /orchestrator/app/ci-pipeline/{pipelineId}/material==> FetchMaterials
- GET /orchestrator/app/ci-pipeline/refresh-material/{gitMaterialId}==> RefreshMaterials
- GET /orchestrator/app/{appId}/ci-pipeline/min==> GetCiPipelineMin
Motivation
Automation of these API will help in regression testing, if there will be any change in the logic/payload/functionality of these API and will be helpful if this will be impacted area of the other changes.
AB#199