gilde-ci-cd/documentation/chapters/templates/java/maven/maven-verify-template.adoc
2022-07-20 17:58:05 +02:00

22 lines
596 B
Plaintext

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 artifacts 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
|===
:template: /java/maven/maven-verify.gitlab-ci.yml
include::../../../../template-printer.adoc[]