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
Léo-Paul Géneau
gitlab-ce
Commits
11b204f1
Commit
11b204f1
authored
9 years ago
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Final touches for the quick start quide
parent
e70fb9cf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
doc/ci/quick_start/README.md
doc/ci/quick_start/README.md
+4
-2
doc/ci/quick_start/img/build_log.png
doc/ci/quick_start/img/build_log.png
+0
-0
doc/ci/quick_start/img/builds_status.png
doc/ci/quick_start/img/builds_status.png
+0
-0
doc/ci/quick_start/img/runners_activated.png
doc/ci/quick_start/img/runners_activated.png
+0
-0
No files found.
doc/ci/quick_start/README.md
View file @
11b204f1
...
...
@@ -16,7 +16,7 @@ In brief, the steps needed to have a working CI can be summed up to:
1.
Configure a Runner
From there on, on every push to your git repository the build will be
automagically started by the
r
unner and will appear under the project's
automagically started by the
R
unner and will appear under the project's
`/builds`
page.
Now, let's break it down to pieces and work on solving the GitLab CI puzzle.
...
...
@@ -120,6 +120,8 @@ Notice that there are two jobs pending which are named after what we wrote in
`.gitlab-ci.yml`
. The red triangle indicates that there is no Runner configured
yet for these builds.
The next step is to configure a Runner so that it picks the pending jobs.
## 2. Configuring a Runner
In GitLab, Runners run the builds that you define in
`.gitlab-ci.yml`
.
...
...
@@ -136,8 +138,8 @@ Find more information about different Runners in the
You can find whether any Runners are assigned to your project by going to
**Settings**
->
**Runners**
.
Setting up a Runner is easy and straightforward. The official Runner supported
by GitLab is written in Go and can be found at
<https://gitlab.com/gitlab-org/gitlab-ci-multi-runner>
.
...
...
This diff is collapsed.
Click to expand it.
doc/ci/quick_start/img/build_log.png
0 → 100644
View file @
11b204f1
61.8 KB
This diff is collapsed.
Click to expand it.
doc/ci/quick_start/img/builds_status.png
0 → 100644
View file @
11b204f1
48 KB
This diff is collapsed.
Click to expand it.
doc/ci/quick_start/img/runners_activated.png
View replaced file @
e70fb9cf
View file @
11b204f1
59.3 KB
|
W:
0px
|
H:
0px
27 KB
|
W:
0px
|
H:
0px
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
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