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
011f39b6
Commit
011f39b6
authored
Mar 05, 2021
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make it clear you need at least one job
parent
671bfebb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
doc/ci/yaml/gitlab_ci_yaml.md
doc/ci/yaml/gitlab_ci_yaml.md
+1
-0
No files found.
doc/ci/yaml/gitlab_ci_yaml.md
View file @
011f39b6
...
...
@@ -27,6 +27,7 @@ In the `.gitlab-ci.yml` file, you can define:
The scripts are grouped into
**jobs**
, and jobs run as part of a larger
**pipeline**
. You can group multiple independent jobs into
**stages**
that run in a defined order.
The CI/CD configuration needs at least one job that is
[
not hidden
](
README.md#hide-jobs
)
.
You should organize your jobs in a sequence that suits your application and is in accordance with
the tests you wish to perform. To
[
visualize
](
../pipeline_editor/index.md#visualize-ci-configuration
)
the process, imagine
...
...
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