woodpecker/pipeline/frontend/yaml/compiler
Zav Shotan 81dcdea2be
Add support for steps to be a list (instead of dict) (#826)
- Support for pipeline/containers as list
- Support for container name in logs (step.Name)

Co-authored-by: Zav Shotan <zshotan@bloomberg.net>
Co-authored-by: 6543 <6543@obermui.de>
2022-06-13 23:13:09 +02:00
..
cacher.go Move plugin config to root.pipeline.[step].settings (#464) 2021-12-04 16:44:18 +01:00
compiler.go Add agent tagging / filtering for pipelines (#902) 2022-05-31 01:12:18 +02:00
convert.go Add support for steps to be a list (instead of dict) (#826) 2022-06-13 23:13:09 +02:00
image.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
image_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
option.go Add support for default clone image environment variable (#769) 2022-02-10 17:05:19 +01:00
option_test.go Add support for default clone image environment variable (#769) 2022-02-10 17:05:19 +01:00
params.go Fix uppercase from_secrets (#842) 2022-03-19 12:34:32 +01:00
params_test.go Fix uppercase from_secrets (#842) 2022-03-19 12:34:32 +01:00
script_posix.go Replace DRONE_ with CI_ variables in pipeline steps (#427) 2021-11-25 20:43:31 +01:00
script_posix_test.go Remove github.com/kr/pretty in favor of assert.EqualValues() (#564) 2021-12-04 13:23:33 +01:00
script_win.go Replace DRONE_ with CI_ variables in pipeline steps (#427) 2021-11-25 20:43:31 +01:00