woodpecker/pipeline/backend/types
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
..
auth.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
config.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
conn.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
engine.go gofumpt -w -l -extra . (#661) 2022-01-05 21:50:23 +01:00
network.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
secret.go pipeline backend: remove unused var (#683) 2022-01-09 23:28:41 +01:00
stage.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
state.go Added support for step errors when executing backend (#817) 2022-05-11 13:40:44 +02:00
step.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
volume.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00