Skip to content

Commit 0d85b7e

Browse files
committed
Amend README.md
1 parent 793c42e commit 0d85b7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ This repository is for the
55
tutorial in the [Jenkins User Documentation](https://jenkins.io/doc/).
66

77
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.
8+
"Hello world!" and is accompanied by a couple of unit tests to check that the
9+
main application works as expected. The results of these tests are saved to a
10+
JUnit XML report.
1011

1112
The `jenkins` directory contains an example of the `Jenkinsfile` (i.e. Pipeline)
1213
you'll be creating yourself during the tutorial and the `scripts` subdirectory

0 commit comments

Comments
 (0)