woodpecker/pipeline/backend
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
..
common GenerateScript should not return encoded script (#1397) 2022-11-06 13:36:34 +01:00
docker Move constrain to only have a single command in backend to run to dedicated backends (#1032) 2022-10-31 00:26:49 +01:00
kubernetes Move constrain to only have a single command in backend to run to dedicated backends (#1032) 2022-10-31 00:26:49 +01:00
local Spelling (#1405) 2022-11-09 08:12:17 +01:00
ssh GenerateScript should not return encoded script (#1397) 2022-11-06 13:36:34 +01:00
types Add option to ignore failures on steps (#1219) 2022-11-15 19:47:27 +01:00
backend.go Adding initial version of Kubernetes backend (#552) 2022-09-05 06:01:14 +02:00