From 3bca0d35e422ed7617151062bb6fc167a4650ca8 Mon Sep 17 00:00:00 2001 From: Vinay Kumar Date: Tue, 17 May 2022 15:58:28 +0530 Subject: [PATCH 1/7] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 40efacc..2f6776b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # simple-java-maven-app +If you have forked this repo, then connect with Razorops to create your demo pipeline by following the below button + +[![Connect](https://github.com/razorops-public/images/blob/main/connect_with_github.svg)](https://dashboard.razorops.com/get-github-installation-link-for-org) + 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/). From 68c280faf15676ca8443a8e0d7b9565914ddb5cd Mon Sep 17 00:00:00 2001 From: Razorops-code <110587174+Razorops-code@users.noreply.github.com> Date: Mon, 22 Aug 2022 21:57:17 +0530 Subject: [PATCH 2/7] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f3a1ad..cfd42ff 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.mycompany.app my-app - jar + war 1.0-SNAPSHOT my-app http://maven.apache.org From a03a2eca15d55f49ce8ed3165c93880752d16d40 Mon Sep 17 00:00:00 2001 From: Razorops-code <110587174+Razorops-code@users.noreply.github.com> Date: Mon, 22 Aug 2022 22:05:08 +0530 Subject: [PATCH 3/7] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cfd42ff..6f3a1ad 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.mycompany.app my-app - war + jar 1.0-SNAPSHOT my-app http://maven.apache.org From 5ad705f09dd68a754e63b50efcfbe25922e2921d Mon Sep 17 00:00:00 2001 From: Razorops-code <110587174+Razorops-code@users.noreply.github.com> Date: Mon, 27 Mar 2023 12:36:32 +0530 Subject: [PATCH 4/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f6776b..709c63c 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,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. + + From 3baab03ea7b4562cb2fa177cfcae688e9eb469a5 Mon Sep 17 00:00:00 2001 From: Razorops-code <110587174+Razorops-code@users.noreply.github.com> Date: Tue, 28 Mar 2023 11:47:14 +0530 Subject: [PATCH 5/7] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 709c63c..38b254c 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,3 @@ 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. - From c4df55b816fd07eb592d0623275cad3807c18dcc Mon Sep 17 00:00:00 2001 From: Razorops-code <110587174+Razorops-code@users.noreply.github.com> Date: Tue, 28 Mar 2023 11:58:20 +0530 Subject: [PATCH 6/7] Update .razorops.yaml --- .razorops.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.razorops.yaml b/.razorops.yaml index 0205314..96118ef 100644 --- a/.razorops.yaml +++ b/.razorops.yaml @@ -4,9 +4,9 @@ tasks: steps: - git --version - checkout - - cache/pull: - key: maven-repo-{{ checksum "pom.xml" }} - fallback_key: maven-repo- + #- cache/pull: + # key: maven-repo-{{ checksum "pom.xml" }} + # fallback_key: maven-repo- - run: mvn clean test - reports/junit: From 5bbf22deda9b99cf83bf1152a0a3c2c0515dde68 Mon Sep 17 00:00:00 2001 From: Razorops-code <110587174+Razorops-code@users.noreply.github.com> Date: Tue, 28 Mar 2023 11:59:14 +0530 Subject: [PATCH 7/7] Update .razorops.yaml --- .razorops.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.razorops.yaml b/.razorops.yaml index 96118ef..0205314 100644 --- a/.razorops.yaml +++ b/.razorops.yaml @@ -4,9 +4,9 @@ tasks: steps: - git --version - checkout - #- cache/pull: - # key: maven-repo-{{ checksum "pom.xml" }} - # fallback_key: maven-repo- + - cache/pull: + key: maven-repo-{{ checksum "pom.xml" }} + fallback_key: maven-repo- - run: mvn clean test - reports/junit: