Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9846e59a
Commit
9846e59a
authored
Apr 01, 2021
by
drew cimino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note on previous versions
parent
cc08a89f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
doc/ci/jobs/index.md
doc/ci/jobs/index.md
+6
-3
No files found.
doc/ci/jobs/index.md
View file @
9846e59a
...
...
@@ -138,10 +138,13 @@ usually want the first number to be the index and the second number to be the to
[
This regular expression
](
https://gitlab.com/gitlab-org/gitlab/blob/2f3dc314f42dbd79813e6251792853bc231e69dd/app/models/commit_status.rb#L99
)
evaluates the job names:
`([\b\s:]+((\[.*\])|(\d+[\s:\/\\]+\d+)))+\s*\z`
.
One or more
`: [...]`
,
`X Y`
,
`X/Y`
, or
`X\Y`
sequences are removed from the
**end**
of job names only. Matching substrings found at the beginning or in the middle of
job names are not removed.
I
t removes one or more
`: [...]`
,
`X Y`
,
`X/Y`
, or
`X\Y`
sequences
from the
**end**
of job names only. Matching substrings occurring
at the beginning or in the middle of build names are not removed
.
I
n
[
GitLab 13.8 and earlier
](
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/52644
)
,
the regular expression is
`\d+[\s:\/\\]+\d+\s*`
.
[
Feature flag
](
../../user/feature_flags.md
)
removed in
[
GitLab 13.11
](
https://gitlab.com/gitlab-org/gitlab/-/issues/322080
)
.
## Specifying variables when running manual jobs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment