27 lines
645 B
Plaintext
27 lines
645 B
Plaintext
:sourcedir: ../../../../../templates/
|
|
|
|
ifndef::imagesdir[]
|
|
:imagesdir: ../../../../images/
|
|
endif::[]
|
|
|
|
= Maven verify template
|
|
|
|
This templates starts `mvn verify` and saves the results as Artifacts.
|
|
|
|
When Junit Reports are generated they will be published as Artefacts within the Pipelines.
|
|
You can get a detailed view when clicking on Tests.
|
|
For more information look into the official https://docs.gitlab.com/ee/ci/unit_test_reports.html[Documentation].
|
|
|
|
image::GitlabCiTest.png[]
|
|
|
|
|
|
.Variables
|
|
|===
|
|
|Name |Description | Default Value
|
|
|===
|
|
|
|
.mvn-verify-template
|
|
[source, yaml]
|
|
----
|
|
include::{sourcedir}/java/maven/maven-test.gitlab-ci.yml[]
|
|
---- |