Skip to content

Commit 77f2f02

Browse files
committed
Add README.md content
1 parent ef91e25 commit 77f2f02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# simple-java-maven-app
2+
3+
This repository is for the [Using Jenkins to build a Java/Maven project]( https://jenkins.io/doc/tutorials/using-jenkins-to-build-a-java-maven-project/) tutorial in the [Jenkins User Documentation](https://jenkins.io/doc/).
4+
5+
The repository contains a simple Java application which outputs the string "Hello world!" and is accompanied by a unit test to check that the main application works as expected.
6+
7+
The `jenkins` directory contains an example of the `Jenkinsfile` (i.e. Pipeline) you'll be creating yourself during the tutorial and the `scripts` directory contains a shell script with commands that are executed when Jenkins processes the "Deliver" stage of your Pipeline.

0 commit comments

Comments
 (0)