doc(mvn-verify): add docu for junit artifacts
This commit is contained in:
parent
ebec42f7c6
commit
01f370c760
10
.idea/runConfigurations.xml
Normal file
10
.idea/runConfigurations.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="RunConfigurationProducerService">
|
||||||
|
<option name="ignoredProducers">
|
||||||
|
<set>
|
||||||
|
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
|
||||||
|
</set>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@ -1,9 +1,18 @@
|
|||||||
:sourcedir: ../../../
|
:sourcedir: ../../../
|
||||||
|
|
||||||
|
ifndef::imagesdir[]
|
||||||
|
:imagesdir: ../../images
|
||||||
|
endif::[]
|
||||||
|
|
||||||
= maven-verify-template
|
= maven-verify-template
|
||||||
|
|
||||||
Dieses Template startet `mvn verify` und speichert die Ergebnisse als Artifact.
|
Dieses Template startet `mvn verify` und speichert die Ergebnisse als Artifact.
|
||||||
|
|
||||||
|
Wenn Junit Report XML files generiert und als Artefakte innerhalb der Pipeline hochgeladen wurden, können diese innerhalb der Pipelines Detail Seite angezeigt werden. Für mehr Dokumentation klicke https://docs.gitlab.com/ee/ci/unit_test_reports.html[hier].
|
||||||
|
|
||||||
|
image::GitlabCiTest.png[]
|
||||||
|
|
||||||
|
|
||||||
.Variables
|
.Variables
|
||||||
|===
|
|===
|
||||||
|Name |Description | Default Value
|
|Name |Description | Default Value
|
||||||
|
|||||||
BIN
documentation/images/GitlabCiTest.png
Normal file
BIN
documentation/images/GitlabCiTest.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
Loading…
Reference in New Issue
Block a user