woodpecker/pipeline/backend
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
..
docker Add support to define a custom docker network and enable docker ipv6 (#893) 2022-04-29 15:15:32 +02:00
kubernetes Fix pipeline backend autodetect (#545) 2021-11-27 02:29:14 +01:00
local Do not ignore failure to clean up the context (#876) 2022-04-07 01:08:04 +02:00
ssh Add SSH backend (#861) 2022-04-29 12:30:50 +02:00
types Added support for step errors when executing backend (#817) 2022-05-11 13:40:44 +02:00
backend.go Add SSH backend (#861) 2022-04-29 12:30:50 +02:00