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
6767dd92
Commit
6767dd92
authored
Mar 22, 2018
by
Mayra Cabrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation regarding Ci Linter
parent
56c95fb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
doc/ci/quick_start/README.md
doc/ci/quick_start/README.md
+2
-2
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+3
-2
No files found.
doc/ci/quick_start/README.md
View file @
6767dd92
...
...
@@ -104,8 +104,8 @@ Jobs are used to create jobs, which are then picked by
What is important is that each job is run independently from each other.
If you want to check whether
your
`.gitlab-ci.yml`
file
is valid, there is a
Lint tool under the page
`/ci/lint`
of your
GitLab instan
ce. You can also find
If you want to check whether
the
`.gitlab-ci.yml`
of your project
is valid, there is a
Lint tool under the page
`/ci/lint`
of your
project namespa
ce. You can also find
a "CI Lint" button to go to this page under
**CI/CD ➔ Pipelines**
and
**Pipelines ➔ Jobs**
in your project.
...
...
doc/ci/yaml/README.md
View file @
6767dd92
...
...
@@ -1526,8 +1526,9 @@ capitalization, the commit will be created but the pipeline will be skipped.
## Validate the .gitlab-ci.yml
Each instance of GitLab CI has an embedded debug tool called Lint.
You can find the link under
`/ci/lint`
of your gitlab instance.
Each instance of GitLab CI has an embedded debug tool called Lint, which validates the
content of your
`.gitlab-ci.yml`
files. You can find the Lint under the page
`ci/lint`
of your
project namespace (e.g,
`http://gitlab-example.com/gitlab-org/project-123/ci/lint`
)
## Using reserved keywords
...
...
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