concord
concord copied to clipboard
Concord - workflow orchestration and continuous deployment management
The initial problem this was intended to solve: simple flows that are not compatible with the CLI because they use the `http` task which is provided by default in the...
``` - github: entryPoint: onPush conditions: type: push content: - ref: main # optional path: kitt.yml # path to the file in GH repo ``` trigger will fire on `push`...
list repositories: * **URI** `/api/v1/org/${orgName}/project/${projectName}/repository?filter=${filter}&offset=${offset}&limit=${limit}` * **Query parameters** - `filter`: the repository name pattern; - `limit`: maximum number of records to return; - `offset`: starting index from which to return....
This change defensively switches the order of literals in comparison expressions to ensure that no null pointer exceptions are unexpectedly thrown. Runtime exceptions especially can cause exceptional and unexpected code...
Main changes: - upgrade Jetty to 12 - upgrade Jackson to 2.16.x Issues: - Wiremock doesn't support Jetty 12 yet, waiting for https://github.com/wiremock/wiremock/pull/2593 Tests that use Wiremock are currently disabled....
simple example: ``` flows: default: - call: test out: myVar loop: items: [] - log: ${myVar} test: - log: "in test" - set: myVar: "${item}" ``` ``` 14:13:04.171 [main] (concord.yml):...
Currently, Only `git` is considered as a repository source for Concord workflows. In scenarios where git is unavailable or teams adopting CIOPS approach for developing Concord workflows, support for a...