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
9fc79aed
Commit
9fc79aed
authored
Feb 20, 2019
by
Evan Read
Committed by
Mike Lewis
Feb 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor CI/CD landing page
Restructures existing page and adds improvements.
parent
c7787f44
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
162 additions
and
98 deletions
+162
-98
doc/ci/README.md
doc/ci/README.md
+154
-92
doc/ci/docker/README.md
doc/ci/docker/README.md
+5
-3
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+2
-2
doc/user/project/pipelines/schedules.md
doc/user/project/pipelines/schedules.md
+1
-1
No files found.
doc/ci/README.md
View file @
9fc79aed
This diff is collapsed.
Click to expand it.
doc/ci/docker/README.md
View file @
9fc79aed
...
@@ -4,6 +4,8 @@ comments: false
...
@@ -4,6 +4,8 @@ comments: false
# Docker integration
# Docker integration
-
[
Using Docker Images
](
using_docker_images.md
)
The following documentation is available for using GitLab CI/CD with Docker:
-
[
Using Docker Build
](
using_docker_build.md
)
-
[
Using kaniko
](
using_kaniko.md
)
-
[
Using Docker images
](
using_docker_images.md
)
.
-
[
Building Docker images with GitLab CI/CD
](
using_docker_build.md
)
.
-
[
Building images with kaniko and GitLab CI/CD
](
using_kaniko.md
)
.
doc/ci/yaml/README.md
View file @
9fc79aed
# Configuration of your
job
s with .gitlab-ci.yml
# Configuration of your
pipeline
s with .gitlab-ci.yml
This document describes the usage of
`.gitlab-ci.yml`
, the file that is used by
This document describes the usage of
`.gitlab-ci.yml`
, the file that is used by
GitLab Runner to manage your project's
job
s.
GitLab Runner to manage your project's
pipeline
s.
From version 7.12, GitLab CI uses a
[
YAML
](
https://en.wikipedia.org/wiki/YAML
)
From version 7.12, GitLab CI uses a
[
YAML
](
https://en.wikipedia.org/wiki/YAML
)
file (
`.gitlab-ci.yml`
) for the project configuration. It is placed in the root
file (
`.gitlab-ci.yml`
) for the project configuration. It is placed in the root
...
...
doc/user/project/pipelines/schedules.md
View file @
9fc79aed
# Pipeline
S
chedules
# Pipeline
s
chedules
> **Notes**:
> **Notes**:
> - This feature was introduced in 9.1 as [Trigger Schedule][ce-10533].
> - This feature was introduced in 9.1 as [Trigger Schedule][ce-10533].
...
...
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