mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-25 01:40:30 +00:00
f0e518a5a2
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 |
||
---|---|---|
.. | ||
compiler | ||
constraint | ||
linter | ||
matrix | ||
types | ||
config.go | ||
config_test.go | ||
container.go | ||
container_test.go | ||
error.go | ||
network.go | ||
network_test.go | ||
secret.go | ||
secret_test.go | ||
volume.go | ||
volume_test.go |