From 97d504a2b7acfbf91724293fc1657b3de3eb0837 Mon Sep 17 00:00:00 2001 From: LandmarkTechnology <70292434+legah2045@users.noreply.github.com> Date: Thu, 3 Jun 2021 19:23:00 -0400 Subject: [PATCH 01/14] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 18229ca..148cc27 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ node{ stage('mavenBuild') { sh "${mavenHome}/bin/mvn clean package" } - +/* stage('CodeQuality') { sh "${mavenHome}/bin/mvn sonar:sonar" // execute the CodeQuality report with sonar @@ -33,5 +33,5 @@ Landmark Technologies''', recipientProviders: [developers()], subject: 'status o Landmark Technologies''', recipientProviders: [developers()], subject: 'status of build', to: 'mylandmarktech@gmail.com' } - + */ } From 3a11da675249090da337b824c18d279b619257b2 Mon Sep 17 00:00:00 2001 From: LandmarkTechnology <70292434+legah2045@users.noreply.github.com> Date: Thu, 3 Jun 2021 19:24:21 -0400 Subject: [PATCH 02/14] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 18229ca..148cc27 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ node{ stage('mavenBuild') { sh "${mavenHome}/bin/mvn clean package" } - +/* stage('CodeQuality') { sh "${mavenHome}/bin/mvn sonar:sonar" // execute the CodeQuality report with sonar @@ -33,5 +33,5 @@ Landmark Technologies''', recipientProviders: [developers()], subject: 'status o Landmark Technologies''', recipientProviders: [developers()], subject: 'status of build', to: 'mylandmarktech@gmail.com' } - + */ } From 39abd244055e13e72773cf56fa26e2de8bae86b5 Mon Sep 17 00:00:00 2001 From: LandmarkTechnology <70292434+legah2045@users.noreply.github.com> Date: Thu, 3 Jun 2021 19:27:26 -0400 Subject: [PATCH 03/14] Update Jenkinsfile --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 148cc27..8ad34f3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,11 @@ node{ stage('mavenBuild') { sh "${mavenHome}/bin/mvn clean package" } -/* +// multi line comment in groovy script + /* + Multi branch jenkins job + */ + /* stage('CodeQuality') { sh "${mavenHome}/bin/mvn sonar:sonar" // execute the CodeQuality report with sonar From 9036cca8bfdaf7450084ff586a661eb405da8673 Mon Sep 17 00:00:00 2001 From: donjevas <99785536+donjevas@users.noreply.github.com> Date: Sun, 20 Mar 2022 21:06:19 -0500 Subject: [PATCH 04/14] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 48d6c67..961e1a5 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 5.1.2.RELEASE 4.11 1.2.17 - http:3.238.135.186:9000/ + http:172.31.84.150:9000/ admin admin UTF-8 From 169c207886971346244bc6c6058ab0f3b156135c Mon Sep 17 00:00:00 2001 From: donjevas <99785536+donjevas@users.noreply.github.com> Date: Sun, 20 Mar 2022 21:45:16 -0500 Subject: [PATCH 05/14] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 961e1a5..ad0f8e9 100644 --- a/pom.xml +++ b/pom.xml @@ -97,13 +97,13 @@ nexus Landmark Technologies Releases Nexus Repository - http://44.192.81.238:8888/mylandmarktech/repository/ebay-java-app-releases/ + http://44.201.211.49:8081/repository/TD_release/ nexus Landmark Technologies Snapshot Nexus Repository - http://44.192.81.238:8888/mylandmarktech/repository/ebay-java-app-snapshot/ + http://44.201.211.49:8081/repository/TD_snapshot/ From 8314fbc0776ffd07927714c0570960aeb34dfa7e Mon Sep 17 00:00:00 2001 From: donjevas <99785536+donjevas@users.noreply.github.com> Date: Sun, 20 Mar 2022 22:12:51 -0500 Subject: [PATCH 06/14] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ad0f8e9..7226af6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.mt maven-web-application war - 0.0.1-SNAPSHOT + 1.0.1-SNAPSHOT maven-web-application From 7ee7bb43ad02ed4dbf67c4d6fe9ee5330f6b7f9d Mon Sep 17 00:00:00 2001 From: donjevas <99785536+donjevas@users.noreply.github.com> Date: Sun, 20 Mar 2022 23:35:57 -0500 Subject: [PATCH 07/14] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7226af6..a7b8967 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.mt maven-web-application war - 1.0.1-SNAPSHOT + 1.1.1-SNAPSHOT maven-web-application From 90855b8012a04827ad235dc25cad6e7ac69f525a Mon Sep 17 00:00:00 2001 From: donjevas <99785536+donjevas@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:11:23 -0500 Subject: [PATCH 08/14] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a7b8967..ae2d9c5 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 5.1.2.RELEASE 4.11 1.2.17 - http:172.31.84.150:9000/ + http://52.201.224.74:9000// admin admin UTF-8 From 8a2553a5a9a26949b6fe1b0059bb1c68a6855a60 Mon Sep 17 00:00:00 2001 From: donjevas <99785536+donjevas@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:16:57 -0500 Subject: [PATCH 09/14] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ae2d9c5..628e0e5 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 5.1.2.RELEASE 4.11 1.2.17 - http://52.201.224.74:9000// + http://172.31.82.116:9000// admin admin UTF-8 From 221b4a4717fadb11b0caafb1a6634f6bd2e6a0d2 Mon Sep 17 00:00:00 2001 From: donjevas <99785536+donjevas@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:28:00 -0500 Subject: [PATCH 10/14] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 48d6c67..b08433d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 5.1.2.RELEASE 4.11 1.2.17 - http:3.238.135.186:9000/ + http:172.31.82.116:9000/ admin admin UTF-8 From 8b7408d6f924a3d53c5a818a8896a0cf5175b163 Mon Sep 17 00:00:00 2001 From: donjevas <99785536+donjevas@users.noreply.github.com> Date: Mon, 23 May 2022 19:48:38 -0500 Subject: [PATCH 11/14] Update pom.xml sonar port change --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 628e0e5..5d0f2e9 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 5.1.2.RELEASE 4.11 1.2.17 - http://172.31.82.116:9000// + http://172.31.82.116:8000// admin admin UTF-8 From d6b541acf69dc919072dcc83d745f25943566ad0 Mon Sep 17 00:00:00 2001 From: donjevas <99785536+donjevas@users.noreply.github.com> Date: Mon, 23 May 2022 20:12:45 -0500 Subject: [PATCH 12/14] Update pom.xml sonar port 9000 to 7000 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 48d6c67..440ba4c 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 5.1.2.RELEASE 4.11 1.2.17 - http:3.238.135.186:9000/ + http:3.238.135.186:7000/ admin admin UTF-8 From fd62a1c3a75884d9ac8ce7c5dc403fe83eb9e21b Mon Sep 17 00:00:00 2001 From: donjevas <99785536+donjevas@users.noreply.github.com> Date: Mon, 23 May 2022 20:14:18 -0500 Subject: [PATCH 13/14] Update pom.xml sonar port change 8000 to 7000 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b056b6d..9fcb2e0 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 5.1.2.RELEASE 4.11 1.2.17 - http://172.31.82.116:8000// + http://172.31.82.116:7000// admin admin From 009af2177d24f4b34be3faa76660c404844b9ff8 Mon Sep 17 00:00:00 2001 From: donjevas <99785536+donjevas@users.noreply.github.com> Date: Mon, 23 May 2022 20:15:24 -0500 Subject: [PATCH 14/14] Update pom.xml sonar port change from 7000 to 6000 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 440ba4c..3332c35 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 5.1.2.RELEASE 4.11 1.2.17 - http:3.238.135.186:7000/ + http:3.238.135.186:6000/ admin admin UTF-8