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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
1aef3fd6
Commit
1aef3fd6
authored
Feb 03, 2019
by
Marcel Amirault
Committed by
Evan Read
Feb 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Fix link references for artifacts
parent
dd26a9ad
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
doc/ci/examples/browser_performance.md
doc/ci/examples/browser_performance.md
+1
-1
doc/ci/examples/code_quality.md
doc/ci/examples/code_quality.md
+1
-1
doc/ci/examples/container_scanning.md
doc/ci/examples/container_scanning.md
+1
-1
doc/ci/examples/dast.md
doc/ci/examples/dast.md
+1
-1
No files found.
doc/ci/examples/browser_performance.md
View file @
1aef3fd6
...
@@ -41,7 +41,7 @@ The above example will create a `performance` job in your CI/CD pipeline and wil
...
@@ -41,7 +41,7 @@ The above example will create a `performance` job in your CI/CD pipeline and wil
Sitespeed.io against the webpage you defined in
`URL`
to gather key metrics.
Sitespeed.io against the webpage you defined in
`URL`
to gather key metrics.
The
[
GitLab plugin
](
https://gitlab.com/gitlab-org/gl-performance
)
for
The
[
GitLab plugin
](
https://gitlab.com/gitlab-org/gl-performance
)
for
Sitespeed.io is downloaded in order to save the report as a
Sitespeed.io is downloaded in order to save the report as a
[
Performance report artifact
](
https://docs.gitlab.com/ee//ci/yaml/README.html#artifactsreportsperformance
)
[
Performance report artifact
](
../yaml/README.md#artifactsreportsperformance-premium
)
that you can later download and analyze.
that you can later download and analyze.
Due to implementation limitations we always take the latest Performance artifact available.
Due to implementation limitations we always take the latest Performance artifact available.
...
...
doc/ci/examples/code_quality.md
View file @
1aef3fd6
...
@@ -36,7 +36,7 @@ code_quality:
...
@@ -36,7 +36,7 @@ code_quality:
The above example will create a
`code_quality`
job in your CI/CD pipeline which
The above example will create a
`code_quality`
job in your CI/CD pipeline which
will scan your source code for code quality issues. The report will be saved as a
will scan your source code for code quality issues. The report will be saved as a
[
Code Quality report artifact
](
../
../ci/yaml/README.md#artifactsreportscodequality
)
[
Code Quality report artifact
](
../
yaml/README.md#artifactsreportscodequality-starter
)
that you can later download and analyze.
that you can later download and analyze.
Due to implementation limitations we always take the latest Code Quality artifact available.
Due to implementation limitations we always take the latest Code Quality artifact available.
...
...
doc/ci/examples/container_scanning.md
View file @
1aef3fd6
...
@@ -51,7 +51,7 @@ The above example will create a `container_scanning` job in your CI/CD pipeline,
...
@@ -51,7 +51,7 @@ The above example will create a `container_scanning` job in your CI/CD pipeline,
the image from the
[
Container Registry
](
../../user/project/container_registry.md
)
the image from the
[
Container Registry
](
../../user/project/container_registry.md
)
(whose name is defined from the two
`CI_APPLICATION_`
variables) and scan it
(whose name is defined from the two
`CI_APPLICATION_`
variables) and scan it
for possible vulnerabilities. The report will be saved as a
for possible vulnerabilities. The report will be saved as a
[
Container Scanning report artifact
](
https://docs.gitlab.com/ee//ci/yaml/README.html#artifactsreportscontainer_scanning
)
[
Container Scanning report artifact
](
../yaml/README.md#artifactsreportscontainer_scanning-ultimate
)
that you can later download and analyze.
that you can later download and analyze.
Due to implementation limitations we always take the latest Container Scanning artifact available.
Due to implementation limitations we always take the latest Container Scanning artifact available.
...
...
doc/ci/examples/dast.md
View file @
1aef3fd6
...
@@ -40,7 +40,7 @@ dast:
...
@@ -40,7 +40,7 @@ dast:
The above example will create a
`dast`
job in your CI/CD pipeline which will run
The above example will create a
`dast`
job in your CI/CD pipeline which will run
the tests on the URL defined in the
`website`
variable (change it to use your
the tests on the URL defined in the
`website`
variable (change it to use your
own) and scan it for possible vulnerabilities. The report will be saved as a
own) and scan it for possible vulnerabilities. The report will be saved as a
[
DAST report artifact
](
https://docs.gitlab.com/ee//ci/yaml/README.html#artifactsreportsdast
)
[
DAST report artifact
](
../yaml/README.md#artifactsreportsdast-ultimate
)
that you can later download and analyze.
that you can later download and analyze.
Due to implementation limitations we always take the latest DAST artifact available.
Due to implementation limitations we always take the latest DAST artifact available.
...
...
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