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
44199532
Commit
44199532
authored
May 17, 2019
by
Marcel Amirault
Committed by
Achilleas Pipinellis
May 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Update links and add badge to examples readme
parent
c4c7162e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
+24
-24
doc/ci/examples/README.md
doc/ci/examples/README.md
+24
-24
No files found.
doc/ci/examples/README.md
View file @
44199532
...
@@ -18,30 +18,30 @@ Examples are available in several forms. As a collection of:
...
@@ -18,30 +18,30 @@ Examples are available in several forms. As a collection of:
The following table lists examples for different use cases:
The following table lists examples for different use cases:
| Use case | Resource |
| Use case | Resource
|
|:-----------------------------------------------|:---------------------------------------------------------------------------------------------------------------------|
|:-----------------------------------------------|:---------------------------------------------------------------------------------------------------------------------
---
|
| Browser performance testing |
[
Browser Performance Testing with the Sitespeed.io container
](
browser_performance.md
)
. |
| Browser performance testing |
[
Browser Performance Testing with the Sitespeed.io container
](
browser_performance.md
)
.
|
| Clojure |
[
Test a Clojure application with GitLab CI/CD
](
test-clojure-application.md
)
. |
| Clojure |
[
Test a Clojure application with GitLab CI/CD
](
test-clojure-application.md
)
.
|
| Code quality analysis |
[
Analyze your project's Code Quality
](
code_quality.md
)
.
**[STARTER]**
|
| Code quality analysis |
[
Analyze your project's Code Quality
](
code_quality.md
)
.
**[STARTER]**
|
| Container scanning |
[
Container Scanning with GitLab CI/CD
](
container_scanning.md
)
.
|
| Container scanning |
[
Container Scanning with GitLab CI/CD
](
../../user/application_security/container_scanning/index.md
)
.
**[ULTIMATE]**
|
| Dependency scanning |
[
Dependency Scanning with GitLab CI/CD
](
dependency_scanning.md
)
.
**[ULTIMATE]**
|
| Dependency scanning |
[
Dependency Scanning with GitLab CI/CD
](
../../user/application_security/dependency_scanning/index.md
)
.
**[ULTIMATE]**
|
| Deployment with
`dpl`
|
[
Using `dpl` as deployment tool
](
deployment/README.md
)
. |
| Deployment with
`dpl`
|
[
Using `dpl` as deployment tool
](
deployment/README.md
)
.
|
| Dynamic application
<br>
security testing (DAST) |
[
Dynamic Application Security Testing with GitLab CI/CD
](
dast.md
)
**[ULTIMATE]**
|
| Dynamic application
<br>
security testing (DAST) |
[
Dynamic Application Security Testing with GitLab CI/CD
](
../../user/application_security/dast/index.md
)
.
**[ULTIMATE]**
|
| Elixir |
[
Testing a Phoenix application with GitLab CI/CD
](
test_phoenix_app_with_gitlab_ci_cd/index.md
)
. |
| Elixir |
[
Testing a Phoenix application with GitLab CI/CD
](
test_phoenix_app_with_gitlab_ci_cd/index.md
)
.
|
| Game development |
[
DevOps and Game Dev with GitLab CI/CD
](
devops_and_game_dev_with_gitlab_ci_cd/index.md
)
. |
| Game development |
[
DevOps and Game Dev with GitLab CI/CD
](
devops_and_game_dev_with_gitlab_ci_cd/index.md
)
.
|
| GitLab Pages | See the
[
GitLab Pages
](
../../user/project/pages/index.md
)
documentation for a complete example. |
| GitLab Pages | See the
[
GitLab Pages
](
../../user/project/pages/index.md
)
documentation for a complete example.
|
| Java |
[
Deploy a Spring Boot application to Cloud Foundry with GitLab CI/CD
](
deploy_spring_boot_to_cloud_foundry/index.md
)
. |
| Java |
[
Deploy a Spring Boot application to Cloud Foundry with GitLab CI/CD
](
deploy_spring_boot_to_cloud_foundry/index.md
)
.
|
| JUnit |
[
JUnit test reports
](
../junit_test_reports.md
)
. |
| JUnit |
[
JUnit test reports
](
../junit_test_reports.md
)
.
|
| License management |
[
Dependencies license management with GitLab CI/CD
](
license_management.md
)
**[ULTIMATE]**
|
| License management |
[
Dependencies license management with GitLab CI/CD
](
../../user/application_security/license_management/index.md
)
.
**[ULTIMATE]**
|
| Maven |
[
How to deploy Maven projects to Artifactory with GitLab CI/CD
](
artifactory_and_gitlab/index.md
)
. |
| Maven |
[
How to deploy Maven projects to Artifactory with GitLab CI/CD
](
artifactory_and_gitlab/index.md
)
.
|
| PHP |
[
Testing PHP projects
](
php.md
)
. |
| PHP |
[
Testing PHP projects
](
php.md
)
.
|
| PHP |
[
Running Composer and NPM scripts with deployment via SCP in GitLab CI/CD
](
deployment/composer-npm-deploy.md
)
. |
| PHP |
[
Running Composer and NPM scripts with deployment via SCP in GitLab CI/CD
](
deployment/composer-npm-deploy.md
)
.
|
| PHP |
[
Test and deploy Laravel applications with GitLab CI/CD and Envoy
](
laravel_with_gitlab_and_envoy/index.md
)
. |
| PHP |
[
Test and deploy Laravel applications with GitLab CI/CD and Envoy
](
laravel_with_gitlab_and_envoy/index.md
)
.
|
| Python |
[
Test and deploy a Python application with GitLab CI/CD
](
test-and-deploy-python-application-to-heroku.md
)
. |
| Python |
[
Test and deploy a Python application with GitLab CI/CD
](
test-and-deploy-python-application-to-heroku.md
)
.
|
| Ruby |
[
Test and deploy a Ruby application with GitLab CI/CD
](
test-and-deploy-ruby-application-to-heroku.md
)
. |
| Ruby |
[
Test and deploy a Ruby application with GitLab CI/CD
](
test-and-deploy-ruby-application-to-heroku.md
)
.
|
| Scala |
[
Test and deploy a Scala application to Heroku
](
test-scala-application.md
)
. |
| Scala |
[
Test and deploy a Scala application to Heroku
](
test-scala-application.md
)
.
|
| Static application
<br>
security testing (SAST) |
[
Static Application Security Testing with GitLab CI/CD
](
sast.md
)
**[ULTIMATE]**
|
| Static application
<br>
security testing (SAST) |
[
Static Application Security Testing with GitLab CI/CD
](
../../user/application_security/sast/index.md
)
.
**[ULTIMATE]**
|
| Testing |
[
End-to-end testing with GitLab CI/CD and WebdriverIO
](
end_to_end_testing_webdriverio/index.md
)
. |
| Testing |
[
End-to-end testing with GitLab CI/CD and WebdriverIO
](
end_to_end_testing_webdriverio/index.md
)
.
|
### Contributing examples
### Contributing examples
...
...
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