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
04d91f94
Commit
04d91f94
authored
Apr 01, 2019
by
Tiger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for including individual Auto-DevOps jobs
parent
3be46bdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
changelogs/unreleased/47234-composable-auto-devops.yml
changelogs/unreleased/47234-composable-auto-devops.yml
+5
-0
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+15
-0
No files found.
changelogs/unreleased/47234-composable-auto-devops.yml
0 → 100644
View file @
04d91f94
---
title
:
Split Auto-DevOps.gitlab-ci.yml into reusable templates
merge_request
:
26520
author
:
type
:
changed
doc/topics/autodevops/index.md
View file @
04d91f94
...
...
@@ -677,6 +677,21 @@ renaming `.staging` to `staging`. Then make sure to uncomment the `when` key of
the
`production`
job to turn it into a manual action instead of deploying
automatically.
### 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`
.
For example, to make use of
[
Auto Build
](
#auto-build
)
, you can add the following to
your
`.gitlab-ci.yml`
:
```
yaml
include
:
-
template
:
Jobs/Build.gitlab-ci.yml
```
Consult the [Auto DevOps template] for information on available jobs.
### PostgreSQL database support
In order to support applications that require a database,
...
...
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