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
27fc138a
Commit
27fc138a
authored
Mar 11, 2020
by
Jason Yavorska
Committed by
Marcel Amirault
Mar 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve migration docs around manual gates
parent
53b45639
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
doc/ci/jenkins/index.md
doc/ci/jenkins/index.md
+3
-0
No files found.
doc/ci/jenkins/index.md
View file @
27fc138a
...
...
@@ -48,6 +48,9 @@ There are some high level differences between the products worth mentioning:
-
The
`.gitlab-ci.yml`
file is checked in to the root of your repository, much like a Jenkinsfile, but
is in the YAML format (see
[
complete reference
](
../yaml/README.md
)
) instead of a Groovy DSL. It's most
analogous to the declarative Jenkinsfile format.
-
Manual approvals or gates can be set up as
[
`when:manual` jobs
](
../yaml/README.md#whenmanual
)
. These can
also leverage
[
`protected environments`
](
../yaml/README.md#protecting-manual-jobs-premium
)
to control who is able to approve them.
-
GitLab comes with a
[
container registry
](
../../user/packages/container_registry/index.md
)
, and we recommend using
container images to set up your build environment.
-
Totally stuck and not sure where to turn for advice? The
[
GitLab community forum
](
https://forum.gitlab.com/
)
can be a great resource.
...
...
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