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
a2c9b63c
Commit
a2c9b63c
authored
Aug 10, 2021
by
Harsh Chouraria
Committed by
Marcel Amirault
Aug 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Clarify production advice for needs feature
parent
3ebdfacf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
doc/ci/yaml/index.md
doc/ci/yaml/index.md
+10
-7
No files found.
doc/ci/yaml/index.md
View file @
a2c9b63c
...
...
@@ -1530,13 +1530,16 @@ production:
#### Requirements and limitations
-
In
[
GitLab 14.1 and later
](
https://gitlab.com/gitlab-org/gitlab/-/issues/30632
)
you can refer to jobs in the same stage as the job you are configuring. This feature
is
[
Deployed behind a feature flag
](
../../user/feature_flags.md
)
, disabled by default.
-
Disabled on GitLab.com.
-
Not recommended for production use.
-
For GitLab self-managed instances, GitLab adminsitrators
can choose to
[
disable it
](
#enable-or-disable-needs-for-jobs-in-the-same-stage
)
-
In
[
GitLab 14.1 and later
](
https://gitlab.com/gitlab-org/gitlab/-/issues/30632
)
you
can refer to jobs in the same stage as the job you are configuring. This feature is:
-
[
Deployed behind a feature flag
](
../../user/feature_flags.md
)
, disabled by default.
-
Disabled on GitLab.com.
-
Not recommended for production use.
For GitLab self-managed instances, GitLab administrators can choose to
[
enable it
](
#enable-or-disable-needs-for-jobs-in-the-same-stage
)
.
-
In GitLab 14.0 and older, you can only refer to jobs in earlier stages.
-
In GitLab 13.9 and older, if
`needs:`
refers to a job that might not be added to
a pipeline because of
`only`
,
`except`
, or
`rules`
, the pipeline might fail to create.
...
...
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