From 04175e735ead71de114d42edf5366b0973d45842 Mon Sep 17 00:00:00 2001 From: Harsha Vardhana <115794123+Harsha-24-harsha@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:18:19 +0530 Subject: [PATCH 1/2] Update JenkinsFile1 --- JenkinsFile1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JenkinsFile1 b/JenkinsFile1 index 2c57b8d40..aa90acc8c 100644 --- a/JenkinsFile1 +++ b/JenkinsFile1 @@ -1,7 +1,7 @@ pipeline{ - agent any - // tools{ - // maven "test-maven" + //agent any + tools{ + //maven "test-maven" // } stages{ stage('Checkout'){ From 728fe0552fba66a14efce73fe96abd6757dffa08 Mon Sep 17 00:00:00 2001 From: Harsha Vardhana <115794123+Harsha-24-harsha@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:21:02 +0530 Subject: [PATCH 2/2] Update JenkinsFile1 --- JenkinsFile1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsFile1 b/JenkinsFile1 index aa90acc8c..3c1a4b55c 100644 --- a/JenkinsFile1 +++ b/JenkinsFile1 @@ -1,6 +1,6 @@ pipeline{ //agent any - tools{ + //tools{ //maven "test-maven" // } stages{