Commit 56bbf8be authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'sselhorn-master-patch-16600' into 'master'

Moved version history notes

See merge request gitlab-org/gitlab!84625
parents e0f5f62b ae2c1a36
......@@ -96,6 +96,9 @@ For example:
## Job name limitations
> - [Enabled 255-character job length on GitLab.com](https://gitlab.com/gitlab-org/gitlab/-/issues/342800) in GitLab 14.5.
> - [Generally available](https://gitlab.com/gitlab-org/gitlab/-/issues/344665) in GitLab 14.10. [Feature flag `ci_validate_job_length`](https://gitlab.com/gitlab-org/gitlab/-/issues/344665) removed.
You can't use these keywords as job names:
- `image`
......@@ -111,10 +114,7 @@ You can't use these keywords as job names:
- `false`
- `nil`
Job names must be 255 characters or less.
> - [Enabled on GitLab.com](https://gitlab.com/gitlab-org/gitlab/-/issues/342800) in GitLab 14.5.
> - [Generally available](https://gitlab.com/gitlab-org/gitlab/-/issues/344665) in GitLab 14.10.[Feature flag <ci_validate_job_length>](https://gitlab.com/gitlab-org/gitlab/-/issues/344665) removed.
Job names must be 255 characters or fewer.
Use unique names for your jobs. If multiple jobs have the same name,
only one is added to the pipeline, and it's difficult to predict which one is chosen.
......
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