Revert "Introduce workflow failure condition"

This commit is contained in:
Alan Rominger
2016-10-27 12:21:31 -04:00
committed by GitHub
parent bbf185cd0b
commit 76fae6c052
8 changed files with 21 additions and 138 deletions

View File

@@ -1,14 +0,0 @@
# Workflow Job Template Workflow Node List
Workflow nodes reference templates to execute and define the ordering
in which to execute them. After a job in this workflow finishes,
the subsequent actions are to:
- run nodes contained in "failure_nodes" or "always_nodes" if job failed
- run nodes contained in "success_nodes" or "always_nodes" if job succeeded
The workflow is marked as failed if any jobs run as part of that workflow fail
and have the field `fail_on_job_failure` set to true. If not, the workflow
job is marked as successful.
{% include "api/sub_list_create_api_view.md" %}