woodpecker/pipeline/backend
Florian Märkl 061596d802
Gracefully handle non-zero exit code in local backend (#1002)
A non-zero exit code signifies a pipeline failure, but is not a fatal error in the agent.
Since exec reports this as exec.ExitError, this has to be handled explicitly.
This also fixes logs not being shown on build errors.
2022-07-02 15:56:08 +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 Gracefully handle non-zero exit code in local backend (#1002) 2022-07-02 15:56:08 +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