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
5c26cef4
Commit
5c26cef4
authored
Oct 25, 2021
by
Cleveland Bledsoe Jr
Committed by
Marcel Amirault
Oct 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CI troubleshooting docs for includes
parent
b9776db2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
doc/ci/troubleshooting.md
doc/ci/troubleshooting.md
+15
-0
No files found.
doc/ci/troubleshooting.md
View file @
5c26cef4
...
...
@@ -246,6 +246,21 @@ If the merge train pipeline was canceled before the merge request was merged, wi
-
Add it to the train again.
### Project `group/project` not found or access denied
This message is shown if configuration is added with
[
`include`
](
yaml/index.md#include
)
and one of the following:
-
The configuration refers to a project that can't be found.
-
The user that is running the pipeline is unable to access any included projects.
To resolve this, check that:
-
The path of the project is in the format
`my-group/my-project`
and does not include
any folders in the repository.
-
The user running the pipeline is a
[
member of the projects
](
../user/project/members/index.md#add-users-to-a-project
)
that contain the included files. Users must also have the
[
permission
](
../user/permissions.md#job-permissions
)
to run CI/CD jobs in the same projects.
## Pipeline warnings
Pipeline configuration warnings are shown when you:
...
...
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