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
21ec95ad
Commit
21ec95ad
authored
Mar 11, 2020
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make links relative and update wording
parent
8ea25523
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
doc/ci/jenkins/index.md
doc/ci/jenkins/index.md
+5
-0
No files found.
doc/ci/jenkins/index.md
View file @
21ec95ad
...
...
@@ -47,6 +47,11 @@ There are some high level differences between the products worth mentioning:
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.
-
One important difference is that jobs run independently of each other and have a
fresh environment in each job. Passing artifacts between jobs is controlled using the
[
`artifacts`
](
../yaml/README.md#artifacts
)
and
[
`dependencies`
](
../yaml/README.md#dependencies
)
keywords. When finished, the planned
[
Workspaces
](
https://gitlab.com/gitlab-org/gitlab/issues/29265
)
feature will allow you to more easily persist a common workspace between serial jobs.
-
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