You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/).
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/)
4
+
tutorial in the [Jenkins User Documentation](https://jenkins.io/doc/).
4
5
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
+
The repository contains a simple Java application which outputs the string
7
+
"Hello world!" and is accompanied by a unit test to check that the main
8
+
application works as expected.
6
9
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.
10
+
The `jenkins` directory contains an example of the `Jenkinsfile` (i.e. Pipeline)
11
+
you'll be creating yourself during the tutorial and the `scripts` directory
12
+
contains a shell script with commands that are executed when Jenkins processes
0 commit comments