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
46d09561
Commit
46d09561
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 rules syntax
parent
53b45639
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
doc/ci/jenkins/index.md
doc/ci/jenkins/index.md
+2
-0
No files found.
doc/ci/jenkins/index.md
View file @
46d09561
...
@@ -45,6 +45,8 @@ There are some high level differences between the products worth mentioning:
...
@@ -45,6 +45,8 @@ There are some high level differences between the products worth mentioning:
-
Normally all jobs within a single stage run in parallel, and all stages run in sequence.
-
Normally all jobs within a single stage run in parallel, and all stages run in sequence.
There are different
[
pipeline architectures
](
../pipelines/pipeline_architectures.md
)
There are different
[
pipeline architectures
](
../pipelines/pipeline_architectures.md
)
that allow you to change this behavior.
that allow you to change this behavior.
-
The new
[
`rules` syntax
](
../yaml/README.md#rules
)
is the recommended method of
controlling when different jobs run. It is more powerful than the
`only/except`
syntax.
-
The
`.gitlab-ci.yml`
file is checked in to the root of your repository, much like a Jenkinsfile, but
-
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
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.
analogous to the declarative Jenkinsfile format.
...
...
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