Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Advantage: No Jenkins resources are needed for triggering test execution.

Image Modified{

Trigger CD Router Tests from Automatics

...

draw.io Diagram
bordertrue
diagramNameCIFlow
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth846
revision2



Use Case

Image Modified

Changes in Existing Screens

...

user should set the base CD router url in master-config table under CDROUTER_SERVICE_BASE_URL column.
Example: http://localhost:8080/api/cdrouter/service

Code Block
languagesql
INSERT INTO master_config (CONFIG_NAME, CONFIG_VALUE)
VALUES ('CDROUTER_SERVICE_BASE_URL', 'http://localhost:8080/api/cdrouter/service');

Note: user should add their base CDRouter service url when they setup the CDRouter service 



3.Adding a new test type as CDROUTER

...