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
0
Merge Requests
0
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
iv
gitlab-ce
Commits
edfe2e2d
Commit
edfe2e2d
authored
Jun 14, 2016
by
Mark Pundsack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CD
parent
a1c2b168
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
doc/README.md
doc/README.md
+12
-12
doc/ci/README.md
doc/ci/README.md
+1
-1
No files found.
doc/README.md
View file @
edfe2e2d
...
...
@@ -3,17 +3,17 @@
## User documentation
-
[
API
](
api/README.md
)
Automate GitLab via a simple and powerful API.
-
[
CI
](
ci/README.md
)
GitLab Continuous Integration (CI
) getting started,
`.gitlab-ci.yml`
options, and examples.
-
[
CI
/CD
](
ci/README.md
)
GitLab Continuous Integration (CI) and Continuous Delivery (CD
) getting started,
`.gitlab-ci.yml`
options, and examples.
-
[
GitLab as OAuth2 authentication service provider
](
integration/oauth_provider.md
)
. It allows you to login to other applications from GitLab.
-
[
Container Registry
](
container_registry/README.md
)
Learn how to use GitLab Container Registry.
-
[
GitLab Basics
](
gitlab-basics/README.md
)
Find step by step how to start working on your commandline and on GitLab.
-
[
Importing to GitLab
](
workflow/importing/README.md
)
.
-
[
Importing to GitLab
](
workflow/importing/README.md
)
-
[
Markdown
](
markdown/markdown.md
)
GitLab's advanced formatting system.
-
[
Migrating from SVN
](
workflow/importing/migrating_from_svn.md
)
Convert a SVN repository to Git and GitLab
-
[
Migrating from SVN
](
workflow/importing/migrating_from_svn.md
)
Convert a SVN repository to Git and GitLab
.
-
[
Permissions
](
permissions/permissions.md
)
Learn what each role in a project (external/guest/reporter/developer/master/owner) can do.
-
[
Profile Settings
](
profile/README.md
)
-
[
Project Services
](
project_services/project_services.md
)
Integrate a project with external services, such as CI and chat.
-
[
Public access
](
public_access/public_access.md
)
Learn how you can allow public and internal access to projects.
-
[
Container Registry
](
container_registry/README.md
)
Learn how to use GitLab Container Registry.
-
[
SSH
](
ssh/README.md
)
Setup your ssh keys and deploy keys for secure access to your projects.
-
[
Webhooks
](
web_hooks/web_hooks.md
)
Let GitLab notify you when new code has been pushed to your project.
-
[
Workflow
](
workflow/README.md
)
Using GitLab functionality and importing projects from GitHub and SVN.
...
...
@@ -24,15 +24,15 @@
external authentication with LDAP, SAML, CAS and additional Omniauth providers.
-
[
Custom git hooks
](
hooks/custom_hooks.md
)
Custom git hooks (on the filesystem) for when webhooks aren't enough.
-
[
Install
](
install/README.md
)
Requirements, directory structures and installation from source.
-
[
Restart GitLab
](
administration/restart_gitlab.md
)
Learn how to restart GitLab and its components
-
[
Restart GitLab
](
administration/restart_gitlab.md
)
Learn how to restart GitLab and its components
.
-
[
Integration
](
integration/README.md
)
How to integrate with systems such as JIRA, Redmine, Twitter.
-
[
Issue closing
](
customization/issue_closing.md
)
Customize how to close an issue from commit messages.
-
[
Libravatar
](
customization/libravatar.md
)
Use Libravatar for user avatars.
-
[
Log system
](
administration/logs.md
)
Log system.
-
[
Environment Variables
](
administration/environment_variables.md
)
to configure GitLab.
-
[
Operations
](
operations/README.md
)
Keeping GitLab up and running
-
[
Operations
](
operations/README.md
)
Keeping GitLab up and running
.
-
[
Raketasks
](
raketasks/README.md
)
Backups, maintenance, automatic webhook setup and the importing of projects.
-
[
Repository checks
](
administration/repository_checks.md
)
Periodic Git repository checks
-
[
Repository checks
](
administration/repository_checks.md
)
Periodic Git repository checks
.
-
[
Security
](
security/README.md
)
Learn what you can do to further secure your GitLab instance.
-
[
System hooks
](
system_hooks/system_hooks.md
)
Notifications when users, projects and keys are changed.
-
[
Update
](
update/README.md
)
Update guides to upgrade your installation.
...
...
@@ -41,11 +41,11 @@
-
[
Migrate GitLab CI to CE/EE
](
migrate_ci_to_ce/README.md
)
Follow this guide to migrate your existing GitLab CI data to GitLab CE/EE.
-
[
Git LFS configuration
](
workflow/lfs/lfs_administration.md
)
-
[
Housekeeping
](
administration/housekeeping.md
)
Keep your Git repository tidy and fast.
-
[
GitLab Performance Monitoring
](
monitoring/performance/introduction.md
)
Configure GitLab and InfluxDB for measuring performance metrics
-
[
Monitoring uptime
](
monitoring/health_check.md
)
Check the server status using the health check endpoint
-
[
Sidekiq Troubleshooting
](
administration/troubleshooting/sidekiq.md
)
Debug when Sidekiq appears hung and is not processing jobs
-
[
High Availability
](
administration/high_availability/README.md
)
Configure multiple servers for scaling or high availability
-
[
Container Registry
](
administration/container_registry.md
)
Configure Docker Registry with GitLab
-
[
GitLab Performance Monitoring
](
monitoring/performance/introduction.md
)
Configure GitLab and InfluxDB for measuring performance metrics
.
-
[
Monitoring uptime
](
monitoring/health_check.md
)
Check the server status using the health check endpoint
.
-
[
Sidekiq Troubleshooting
](
administration/troubleshooting/sidekiq.md
)
Debug when Sidekiq appears hung and is not processing jobs
.
-
[
High Availability
](
administration/high_availability/README.md
)
Configure multiple servers for scaling or high availability
.
-
[
Container Registry
](
administration/container_registry.md
)
Configure Docker Registry with GitLab
.
## Contributor documentation
...
...
doc/ci/README.md
View file @
edfe2e2d
## GitLab CI Documentation
### CI User documentation
### CI
/CD
User documentation
-
[
Get started with GitLab CI
](
quick_start/README.md
)
-
[
CI/CD Definitions
](
definitions/README.md
)
...
...
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