From 685a033df4fab604dfbb6fb46fee321e998c5b09 Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sat, 30 Jan 2021 18:19:42 +0530 Subject: [PATCH 01/16] Update pom.xml --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 19ee4305a8..ce96746c4f 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,31 @@ + + org.jacoco + jacoco-maven-plugin + 0.5.10.201208310627 + + ${maven.test.skip} + file + true + + + + jacoco-initialize + + prepare-agent + + + + jacoco-site + verify + + report + + + + From 5889bf8d80cfd5555df3d1b35363d2cbe3e0b9c5 Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 08:22:28 +0530 Subject: [PATCH 02/16] Update Jenkinsfile --- jenkins/Jenkinsfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile index a70013f609..b8c3fd63b4 100644 --- a/jenkins/Jenkinsfile +++ b/jenkins/Jenkinsfile @@ -1,10 +1,5 @@ pipeline { - agent { - docker { - image 'maven:3-alpine' - args '-v /root/.m2:/root/.m2' - } - } + agent { label 'master' } stages { stage('Build') { steps { From cf671d2c2141889b26fa8f35d5ec79a65c13116d Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 08:25:38 +0530 Subject: [PATCH 03/16] Update Jenkinsfile --- jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile index b8c3fd63b4..5dd517b2f1 100644 --- a/jenkins/Jenkinsfile +++ b/jenkins/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent { label 'master' } + agent any stages { stage('Build') { steps { From 57f975c684981a8ca3a150ecb561c1e941bf1354 Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 08:27:23 +0530 Subject: [PATCH 04/16] Update Jenkinsfile --- jenkins/Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile index 5dd517b2f1..99108ad408 100644 --- a/jenkins/Jenkinsfile +++ b/jenkins/Jenkinsfile @@ -1,5 +1,8 @@ pipeline { agent any + tools { + mvn 'mvn' + } stages { stage('Build') { steps { From fa92ac7683851771dde33ff44e0f7ade003ce6fa Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 08:28:38 +0530 Subject: [PATCH 05/16] Update Jenkinsfile --- jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile index 99108ad408..03ad6eab6f 100644 --- a/jenkins/Jenkinsfile +++ b/jenkins/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any tools { - mvn 'mvn' + maven 'mvn' } stages { stage('Build') { From cf6dbf5b658fa9a726703271f4fc5da3352d737c Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 08:30:11 +0530 Subject: [PATCH 06/16] Update pom.xml --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index ce96746c4f..7ec92666aa 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,10 @@ test + + 1.6 + 1.6 + From 100db28bd2e9430e2b07f56f2414c472d7deaa95 Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 08:38:39 +0530 Subject: [PATCH 07/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40efacc879..7f661eaf77 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ JUnit XML report. 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. +the "Deliver" stage of your Pipeline.. From f9cfa86aaf24338bf8f865b2957e6a064d87ef8a Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 08:54:27 +0530 Subject: [PATCH 08/16] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f661eaf77..47dcf1d2fa 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,4 @@ 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.. +test From 91ae65352f8501b246e3f18d94b6d195aea73a8e Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 19:47:38 +0530 Subject: [PATCH 09/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47dcf1d2fa..99c85bf57c 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ 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.. -test +test.. From 208075b947556799280c445b85945bb2a01116eb Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 19:49:58 +0530 Subject: [PATCH 10/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f661eaf77..2e03fb56fd 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ JUnit XML report. 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.. +the "Deliver" stage of your Pipeline... From b7c3ba9ce7343e03aebb762ae3e23cdf5cecb462 Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 19:52:51 +0530 Subject: [PATCH 11/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e03fb56fd..1a9fb42ec3 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ JUnit XML report. 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... +the "Deliver" stage of your Pipeline..... From 3f13279e013887d468bef5f8733407f06e20ba46 Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 19:53:39 +0530 Subject: [PATCH 12/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a9fb42ec3..96e7a58cc2 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ JUnit XML report. 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..... +the "Deliver" stage of your Pipeline...... From 8f70668946a131a8b5674fd5de279f1cb6bd6022 Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 20:03:43 +0530 Subject: [PATCH 13/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99c85bf57c..ad4483d3e6 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ 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.. -test.. +test.... From b51fbbd38c20a2e0dff4d398643f9ba2a42c69f0 Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 20:04:50 +0530 Subject: [PATCH 14/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96e7a58cc2..be27a3fd7f 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ JUnit XML report. 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...... +the "Deliver" stage of your Pipeline........ From cee5307ba013375420990802e2638b669c179fba Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Sun, 6 Nov 2022 21:10:52 +0530 Subject: [PATCH 15/16] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7ec92666aa..13f05d590e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.mycompany.app my-app jar - 1.0-SNAPSHOT + 1.1-SNAPSHOT my-app http://maven.apache.org From cf454d4bc6e01b3cae513b437aebec4ee861e75b Mon Sep 17 00:00:00 2001 From: sivakit <42512870+sivakit@users.noreply.github.com> Date: Mon, 7 Nov 2022 02:48:05 +0530 Subject: [PATCH 16/16] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 91e4c34181..b10f805ecb 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,4 @@ 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.. -test.... - +test.......