Commit 2cd392f6 authored by Stan Hu's avatar Stan Hu

Merge branch 'change-validation-language' into 'master'

Change External Validation Service language to rejected not Not Accepted

See merge request gitlab-org/gitlab!61187
parents d558d0a7 a5298a6f
......@@ -22,12 +22,12 @@ invalidated.
Response codes:
- `200`: Accepted
- `4XX`: Not accepted
- `4XX`: Rejected
- All other codes: accepted and logged
### Service Result
Pipelines not accepted by the external validation service aren't created or visible in pipeline lists, in either the GitLab user interface or API. Creating an unaccepted pipeline when using the GitLab user interface displays an error message that states: `Pipeline cannot be run. External validation failed`
Pipelines rejected by the external validation service aren't created or visible in pipeline lists, in either the GitLab user interface or API. Creating an unaccepted pipeline when using the GitLab user interface displays an error message that states: `Pipeline cannot be run. External validation failed`
## Configuration
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment