concord icon indicating copy to clipboard operation
concord copied to clipboard

Concord - workflow orchestration and continuous deployment management

Results 75 concord issues
Sort by recently updated
recently updated
newest added

new input param for log task: `format: "yaml"` to print log message as yaml: and alias for this: `logYaml` ``` - logYaml: {k: v} - logYaml: ${anyExpression} - task: log...

docs

![Screenshot 2023-09-09 at 22 53 37 (1)](https://github.com/walmartlabs/concord/assets/980726/a895df4e-61d5-4b19-8743-d5eae8b94947)

docs
wip

example: ``` configuration: runtime: concord-v2 dependencies: - "mvn://com.walmartlabs.concord.plugins.basic:input-params-assert:1.102.1-SNAPSHOT" arguments: param1: "global" flows: default: - call: test in: # param2: true additionalParam: "value" ## # in: # param1: string, mandatory, param1...

needs_design

Experimental feature, but might be useful :)

docs
needs_design

depends on [this](https://github.com/walmartlabs/concord/pull/668)

wip
don't test
[no ci]

Docker images distributed on docker hub for concord components are single-CPU architecture targeting `linux/amd64`. - walmartlabs/concord-agent - walmartlabs/concord-agent-operator - walmartlabs/concord-ansible - walmartlabs/concord-base - walmartlabs/concord-console - walmartlabs/concord-server Given the growing popularity,...