remove fail_on_job_failure from the workflow status PR

This commit is contained in:
AlanCoding
2016-10-27 12:58:27 -04:00
parent a2c972e513
commit 6e228248c1
6 changed files with 12 additions and 52 deletions

View File

@@ -7,8 +7,9 @@ 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.
The workflow job is marked as `successful` if all of the jobs running as
a part of the workflow job have completed, and the workflow job has not
been canceled. Even if a job within the workflow has failed, the workflow
job will not be marked as failed.
{% include "api/sub_list_create_api_view.md" %}