We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793c42e commit 0d85b7eCopy full SHA for 0d85b7e
README.md
@@ -5,8 +5,9 @@ This repository is for the
5
tutorial in the [Jenkins User Documentation](https://jenkins.io/doc/).
6
7
The repository contains a simple Java application which outputs the string
8
-"Hello world!" and is accompanied by a unit test to check that the main
9
-application works as expected.
+"Hello world!" and is accompanied by a couple of unit tests to check that the
+main application works as expected. The results of these tests are saved to a
10
+JUnit XML report.
11
12
The `jenkins` directory contains an example of the `Jenkinsfile` (i.e. Pipeline)
13
you'll be creating yourself during the tutorial and the `scripts` subdirectory
0 commit comments