Welcome to mirror list, hosted at ThFree Co, Russian Federation.

verify-ci-removalpipelineservice.yml « 14_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe3d3f224d15e63d78d7fff3e6c1dbb771a23b2b (plain)
1
2
3
4
5
6
7
- name: "External Pipeline Validation Service Code Changes"
  removal_date: "2021-06-22"
  removal_milestone: "14.0"
  reporter: jreporter
  breaking_change: true
  body: |
    For self-managed instances using the experimental [external pipeline validation service](https://docs.gitlab.com/ee/administration/external_pipeline_validation.html), the range of error codes GitLab accepts will be reduced. Currently, pipelines are invalidated when the validation service returns a response code from `400` to `499`. In GitLab 14.0 and later, pipelines will be invalidated for the `406: Not Accepted` response code only.