Skip to content

Remove references to '/ci' path while describing Runner's registration

What does this MR do?

Removes references to /ci path while describing Runners registration process.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

In the past we were using URL with /ci to register Runners, e.g. https://gitlab.com/ci. Since few months until 9.0 release this was redundant (because Runner was automatically adding /ci) but literally valid.

9.0 changed the situation, because Runner is no longer using /ci prefix to access API. In Runner we've added a mechanism to remove existing /ci, to make Runner work with existing configurations (this should be deprecated and removed in the future), but from our documentation and steps described on CI/CD settings page we should not suggest old URLs anymore. Especially, when Runner suggests new ones and this is confusing users: gitlab-org/gitlab-ci-multi-runner!547.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports