From 4b6b474a70f3509efbd2a42c81d4cbfd51ba5bd0 Mon Sep 17 00:00:00 2001 From: Matt Desmond Date: Thu, 21 May 2020 11:59:12 -0400 Subject: [PATCH 1/5] Rename jenkins/Jenkinsfile to Jenkinsfile --- jenkins/Jenkinsfile => Jenkinsfile | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename jenkins/Jenkinsfile => Jenkinsfile (100%) diff --git a/jenkins/Jenkinsfile b/Jenkinsfile similarity index 100% rename from jenkins/Jenkinsfile rename to Jenkinsfile From fdbb2501abbddc8fa133368d216c3eb7310a5bb1 Mon Sep 17 00:00:00 2001 From: Matt Desmond Date: Thu, 21 May 2020 16:15:53 -0400 Subject: [PATCH 2/5] Change 1 --- src/main/java/com/mycompany/app/App.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/mycompany/app/App.java b/src/main/java/com/mycompany/app/App.java index 5a6d57214d..153234d5ae 100644 --- a/src/main/java/com/mycompany/app/App.java +++ b/src/main/java/com/mycompany/app/App.java @@ -8,7 +8,6 @@ public class App private final String message = "Hello World!"; - public App() {} public static void main(String[] args) { System.out.println(new App().getMessage()); From 485898ef04b1f2c641fedc124fe00713a45d15f3 Mon Sep 17 00:00:00 2001 From: Matt Desmond Date: Thu, 21 May 2020 16:16:01 -0400 Subject: [PATCH 3/5] Change line 9 --- src/main/java/com/mycompany/app/App.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/mycompany/app/App.java b/src/main/java/com/mycompany/app/App.java index 153234d5ae..89eb3acf25 100644 --- a/src/main/java/com/mycompany/app/App.java +++ b/src/main/java/com/mycompany/app/App.java @@ -6,7 +6,6 @@ public class App { - private final String message = "Hello World!"; public static void main(String[] args) { From 578bdff9d99deeb73e0fc32ce97045604f820c58 Mon Sep 17 00:00:00 2001 From: Matt Desmond Date: Thu, 21 May 2020 16:16:09 -0400 Subject: [PATCH 4/5] delete line 10 --- src/main/java/com/mycompany/app/App.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/mycompany/app/App.java b/src/main/java/com/mycompany/app/App.java index 89eb3acf25..169a5fc24e 100644 --- a/src/main/java/com/mycompany/app/App.java +++ b/src/main/java/com/mycompany/app/App.java @@ -7,7 +7,6 @@ public class App { - public static void main(String[] args) { System.out.println(new App().getMessage()); } From 70880646d3780828ee4326756ce724fc909e86ad Mon Sep 17 00:00:00 2001 From: Matt Desmond Date: Thu, 21 May 2020 16:16:50 -0400 Subject: [PATCH 5/5] Add changes to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 40efacc879..15e9175840 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This repository is for the [Build a Java app with Maven](https://jenkins.io/doc/tutorials/build-a-java-app-with-maven/) tutorial in the [Jenkins User Documentation](https://jenkins.io/doc/). +I am a change. + The repository contains a simple Java application which outputs the string "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 @@ -13,3 +15,5 @@ The `jenkins` directory contains an example of the `Jenkinsfile` (i.e. Pipeline) you'll be creating yourself during the tutorial and the `scripts` subdirectory contains a shell script with commands that are executed when Jenkins processes the "Deliver" stage of your Pipeline. + +I'm a change as well.