From 77f2f02f22792beb871e4ada04e90ce9eba89e2d Mon Sep 17 00:00:00 2001 From: Giles Gaskell Date: Thu, 5 Oct 2017 11:38:42 +1100 Subject: [PATCH] Add README.md content --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e2d5190587..bae8a06408 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # simple-java-maven-app + +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/). + +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. + +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.