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
427a3312
Commit
427a3312
authored
Sep 11, 2019
by
William Chia
Committed by
Evan Read
Sep 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add instructions for defining stages
parent
895b6064
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+7
-3
No files found.
doc/topics/autodevops/index.md
View file @
427a3312
...
...
@@ -780,15 +780,19 @@ It is also possible to copy and paste the contents of the [Auto DevOps
template] into your project and edit this as needed. You may prefer to do it
that way if you want to specifically remove any part of it.
### Using components of Auto
-
DevOps
### Using components of Auto
DevOps
If you only require a subset of the features offered by Auto-DevOps, you can include
individual Auto-DevOps jobs into your own
`.gitlab-ci.yml`
.
If you only require a subset of the features offered by Auto DevOps, you can include
individual Auto DevOps jobs into your own
`.gitlab-ci.yml`
. Each component job relies
on a stage that should be defined in the
`.gitlab-ci.yml`
that includes the template.
For example, to make use of
[
Auto Build
](
#auto-build
)
, you can add the following to
your
`.gitlab-ci.yml`
:
```
yaml
stages
:
-
build
include
:
-
template
:
Jobs/Build.gitlab-ci.yml
```
...
...
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