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
85fbb039
Commit
85fbb039
authored
Nov 22, 2021
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated introduction and removed old screenshot
parent
ab500217
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
doc/ci/ci_cd_for_external_repos/index.md
doc/ci/ci_cd_for_external_repos/index.md
+6
-9
No files found.
doc/ci/ci_cd_for_external_repos/index.md
View file @
85fbb039
...
...
@@ -9,33 +9,30 @@ type: index, howto
>[Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/4642) in GitLab 10.6.
GitLab CI/CD can be used with:
-
[
GitHub
](
github_integration.md
)
.
-
[
Bitbucket Cloud
](
bitbucket_integration.md
)
.
-
Any other Git server.
GitLab CI/CD can be used with
[
GitHub
](
github_integration.md
)
,
[
Bitbucket Cloud
](
bitbucket_integration.md
)
,
or any other Git server.
Instead of moving your entire project to GitLab, you can connect your
external repository to get the benefits of GitLab CI/CD.
Connecting an external repository sets up
[
repository mirroring
](
../../user/project/repository/mirror/index.md
)
and create a lightweight project with issues, merge requests, wiki, and
and create
s
a lightweight project with issues, merge requests, wiki, and
snippets disabled. These features
[
can be re-enabled later
](
../../user/project/settings/index.md#sharing-and-permissions
)
.
## Connect to an external repository
To connect to an external repository:
<!-- vale gitlab.Spelling = NO -->
1.
On the top
menu, select
**
Projects > Create new project**
.
1.
On the top
bar, select
**Menu >
Projects > Create new project**
.
1.
Select
**Run CI/CD for external repository**
.
1.
Select
**GitHub**
or
**Repo by URL**
.
1.
Complete the fields.
<!-- vale gitlab.Spelling = YES -->
![
CI/CD for external repository project creation
](
img/ci_cd_for_external_repo.png
)
## Pipelines for external pull requests
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/65139) in GitLab 12.3.
...
...
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