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
Boxiang Sun
gitlab-ce
Commits
1a02638e
Commit
1a02638e
authored
May 15, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-17' into 'master'
Runners tab is now CI/CD Pipelines See merge request !11326
parents
5721e72b
6b2e73b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ci/quick_start/README.md
doc/ci/quick_start/README.md
+3
-3
No files found.
doc/ci/quick_start/README.md
View file @
1a02638e
...
@@ -155,7 +155,7 @@ Find more information about different Runners in the
...
@@ -155,7 +155,7 @@ Find more information about different Runners in the
[
Runners
](
../runners/README.md
)
documentation.
[
Runners
](
../runners/README.md
)
documentation.
You can find whether any Runners are assigned to your project by going to
You can find whether any Runners are assigned to your project by going to
**Settings ➔
Runner
s**
. Setting up a Runner is easy and straightforward. The
**Settings ➔
CI/CD Pipeline
s**
. Setting up a Runner is easy and straightforward. The
official Runner supported by GitLab is written in Go and its documentation
official Runner supported by GitLab is written in Go and its documentation
can be found at
<https://docs.gitlab.com/runner/>
.
can be found at
<https://docs.gitlab.com/runner/>
.
...
@@ -168,7 +168,7 @@ Follow the links above to set up your own Runner or use a Shared Runner as
...
@@ -168,7 +168,7 @@ Follow the links above to set up your own Runner or use a Shared Runner as
described in the next section.
described in the next section.
Once the Runner has been set up, you should see it on the Runners page of your
Once the Runner has been set up, you should see it on the Runners page of your
project, following
**Settings ➔
Runner
s**
.
project, following
**Settings ➔
CI/CD Pipeline
s**
.
![
Activated runners
](
img/runners_activated.png
)
![
Activated runners
](
img/runners_activated.png
)
...
@@ -181,7 +181,7 @@ These are special virtual machines that run on GitLab's infrastructure and can
...
@@ -181,7 +181,7 @@ These are special virtual machines that run on GitLab's infrastructure and can
build any project.
build any project.
To enable the
**Shared Runners**
you have to go to your project's
To enable the
**Shared Runners**
you have to go to your project's
**Settings ➔
Runner
s**
and click
**Enable shared runners**
.
**Settings ➔
CI/CD Pipeline
s**
and click
**Enable shared runners**
.
[
Read more on Shared Runners
](
../runners/README.md
)
.
[
Read more on Shared Runners
](
../runners/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