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
df87bea3
Commit
df87bea3
authored
Oct 08, 2021
by
Sam Kerr
Committed by
Evan Read
Oct 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add paragraph about parent-child pipelines
parent
bb8637a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
doc/user/project/settings/index.md
doc/user/project/settings/index.md
+14
-0
No files found.
doc/user/project/settings/index.md
View file @
df87bea3
...
...
@@ -182,6 +182,20 @@ cannot change them:
This ensures that your job uses the settings you intend and that they are not overridden by
project-level pipelines.
##### Avoid parent and child pipelines
Compliance pipelines start on the run of _every_ pipeline in a relevant project. This means that if a pipeline in the relevant project
triggers a child pipeline, the compliance pipeline runs first. This can trigger the parent pipeline, instead of the child pipeline.
Therefore, in projects with compliance frameworks, we recommend replacing
[
parent-child pipelines
](
../../../ci/pipelines/parent_child_pipelines.md
)
with the following:
-
Direct
[
`include`
](
../../../ci/yaml/index.md#include
)
statements that provide the parent pipeline with child pipeline configuration.
-
Child pipelines placed in another project that are run using the
[
trigger API
](
../../../ci/triggers/
)
rather than the parent-child
pipeline feature.
This alternative ensures the compliance pipeline does not re-start the parent pipeline.
### Sharing and permissions
For your repository, you can set up features such as public access, repository features,
...
...
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