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
8824c1b8
Commit
8824c1b8
authored
Mar 11, 2020
by
Jason Yavorska
Committed by
Marcel Amirault
Mar 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link to pipeline architectures
parent
69132906
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
doc/ci/jenkins/index.md
doc/ci/jenkins/index.md
+5
-1
No files found.
doc/ci/jenkins/index.md
View file @
8824c1b8
...
...
@@ -40,7 +40,11 @@ There are some high level differences between the products worth mentioning:
-
All jobs within a single stage always run in parallel, and all stages run in sequence. We are planning
to allow certain jobs to break this sequencing as needed with our
[
directed acyclic graph
](
https://gitlab.com/gitlab-org/gitlab-foss/issues/47063
)
feature.
-
The
[
`parallel`
](
../yaml/README.md#parallel
)
keyword can automatically parallelize tasks, like tests that support parallelization.
-
The
[
`parallel`
](
../yaml/README.md#parallel
)
keyword can automatically parallelize tasks,
like tests that support parallelization.
-
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
)
that allow you to change this behavior.
-
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.
...
...
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