woodpecker/pipeline/backend/types
Sergio Fenoll f0e518a5a2
Add option to ignore failures on steps (#1219)
closes #1181
closes #834 

Adds `ignore_failure` to pipeline steps. When it's set to true,
if the step fails the following steps continue to execute as if no failure had occurred.

---

failure enums idea:
* fail (default) = if other steps run in parallel, wait for them and
then let workflow fail
* cancel = if other steps run in parallel, kill them
* ignore = we mark the step as failed but it wont have any impact
2022-11-15 19:47:27 +01:00
..
auth.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
config.go Adding initial version of Kubernetes backend (#552) 2022-09-05 06:01:14 +02: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 option to ignore failures on steps (#1219) 2022-11-15 19:47:27 +01:00
volume.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00