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
04759ea9
Commit
04759ea9
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 documentation around triggering pipelines
parent
0f758429
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/ci/jenkins/index.md
doc/ci/jenkins/index.md
+13
-0
No files found.
doc/ci/jenkins/index.md
View file @
04759ea9
...
...
@@ -24,6 +24,19 @@ can be a great resource.
There are some high level differences between the products worth mentioning:
-
With GitLab you don't need a root
`pipeline`
keyword to wrap everything.
-
The way pipelines are triggered and
[
trigger other pipelines
](
../yaml/README.md#trigger
)
is different than Jenkins. GitLab pipelines can be triggered:
-
on push
-
on
[
schedule
](
../pipelines/schedules.md
)
-
from the
[
GitLab UI
](
../pipelines.md#manually-executing-pipelines
)
-
by
[
API call
](
../triggers/README.md
)
-
by
[
webhook
](
../triggers/README.md#triggering-a-pipeline-from-a-webhook
)
-
by
[
ChatOps
](
../chatops/README.md
)
You can control which jobs run in which cases, depending on how they are triggered,
with the
[
`rules` syntax
](
../yaml/README.md#rules
)
.
-
GitLab
[
pipeline scheduling concepts
](
../pipelines/schedules.md
)
are also different than with Jenkins.
-
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.
...
...
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