woodpecker/pipeline
Zav Shotan acbcc53872
Added support for step errors when executing backend (#817)
When executing a backend step, in case of failure of the specific step, the run is marked as errored but the step error is missing.

Added:
1. Log for the backend error (without trace)
2. Mark the step as errored with exit code 126 (Could not execute).

Co-authored-by: Zav Shotan <zshotan@bloomberg.net>
Co-authored-by: Anton Bracke <anton@ju60.de>
2022-05-11 13:40:44 +02:00
..
backend Added support for step errors when executing backend (#817) 2022-05-11 13:40:44 +02:00
frontend Move value of default clone image into shared constant package (#873) 2022-04-06 15:30:49 +02:00
multipart Remove unused code (#797) 2022-02-25 21:42:45 +01:00
rpc Remove unused code (#797) 2022-02-25 21:42:45 +01:00
samples Replace DRONE_ with CI_ variables in pipeline steps (#427) 2021-11-25 20:43:31 +01:00
schema Take in an io.Reader instead of file path (#885) 2022-04-19 10:40:48 +02:00
shared Fix multiline secrets replacer (#700) 2022-01-16 22:57:37 +01:00
error.go Add linter misspell (#530) 2021-11-24 02:01:12 +01:00
error_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
logger.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
option.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
option_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
pipeline.go Added support for step errors when executing backend (#817) 2022-05-11 13:40:44 +02:00
tracer.go Fix various typos (#416) 2021-10-08 18:35:56 +02:00