From c1fad62ab20e3697ea743fa340be1c63861cf886 Mon Sep 17 00:00:00 2001 From: gurramnaresh26 Date: Thu, 6 Feb 2025 00:06:41 +0530 Subject: [PATCH 1/4] Update Connection.java --- Amazon-Core/src/main/java/org/amazon/Connection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Amazon-Core/src/main/java/org/amazon/Connection.java b/Amazon-Core/src/main/java/org/amazon/Connection.java index 10ab9e5..76ba54f 100644 --- a/Amazon-Core/src/main/java/org/amazon/Connection.java +++ b/Amazon-Core/src/main/java/org/amazon/Connection.java @@ -2,7 +2,7 @@ public class Connection { /*Object creation declaration*/ - private static Connection connection=null; + private static Connection connection=null /*Private constructor*/ private Connection(){ From 22687c288c0fbdb8efa9202111ad55b45944f96b Mon Sep 17 00:00:00 2001 From: gurramnaresh26 Date: Thu, 6 Feb 2025 00:16:33 +0530 Subject: [PATCH 2/4] Update Connection.java --- Amazon-Core/src/main/java/org/amazon/Connection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Amazon-Core/src/main/java/org/amazon/Connection.java b/Amazon-Core/src/main/java/org/amazon/Connection.java index 76ba54f..10ab9e5 100644 --- a/Amazon-Core/src/main/java/org/amazon/Connection.java +++ b/Amazon-Core/src/main/java/org/amazon/Connection.java @@ -2,7 +2,7 @@ public class Connection { /*Object creation declaration*/ - private static Connection connection=null + private static Connection connection=null; /*Private constructor*/ private Connection(){ From d4e9b9c2f45184d01f50ba78ccfb64cb7a943cb4 Mon Sep 17 00:00:00 2001 From: gurramnaresh26 Date: Sat, 8 Feb 2025 16:03:23 +0530 Subject: [PATCH 3/4] Update Jenkinsfile --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c43ad3c..062b33f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,9 +1,6 @@ pipeline { agent any - environment { - // Use PATH+EXTRA to append to PATH properly - PATH = "/usr/bin:/bin:/opt/homebrew/bin" - } + stages { stage('pull') { From 45c387b143c4fee6fea71d37f09d3314a48ebd74 Mon Sep 17 00:00:00 2001 From: gurramnaresh26 Date: Sat, 8 Feb 2025 16:07:12 +0530 Subject: [PATCH 4/4] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 062b33f..c3a512a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,5 @@ pipeline { agent any - stages { stage('pull') {