From 53da0cb9114ecfd4b275f380a904cfe904f7bfa2 Mon Sep 17 00:00:00 2001 From: Saad4509 <103031570+Saad4509@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:02:16 +0530 Subject: [PATCH 1/7] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 47eeba7..adb2388 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline{ steps{ echo 'cloning the repo' - git 'https://github.com/Sonal0409/DevOpsClassCodes.git' + git 'https://github.com/Saad4509/DevOpsCodeDemo.git' } } stage('Compile'){ From edd8f8a9e7e42ed9c8b7ce73ecdb5113e26826d6 Mon Sep 17 00:00:00 2001 From: Saad4509 <103031570+Saad4509@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:04:42 +0530 Subject: [PATCH 2/7] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index adb2388..62f4374 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline{ maven 'mymaven' } - agent any + agent master stages{ stage('Checkout the code'){ From 782350d7bb1ed439f6703bb663d6cd50f7bc68f1 Mon Sep 17 00:00:00 2001 From: Saad4509 <103031570+Saad4509@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:06:04 +0530 Subject: [PATCH 3/7] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 62f4374..5ab23bf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline{ maven 'mymaven' } - agent master + agent master stages{ stage('Checkout the code'){ From e0faca45cce121b320a589e31e5b3bda3d8e39b3 Mon Sep 17 00:00:00 2001 From: Saad4509 <103031570+Saad4509@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:06:58 +0530 Subject: [PATCH 4/7] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5ab23bf..b277b19 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline{ maven 'mymaven' } - agent master + agent none stages{ stage('Checkout the code'){ From b91d2e7a3daffdc0b41cb35a033c6cfa55215eae Mon Sep 17 00:00:00 2001 From: Saad4509 <103031570+Saad4509@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:08:32 +0530 Subject: [PATCH 5/7] Update Jenkinsfile --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b277b19..3729daa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,9 @@ pipeline{ maven 'mymaven' } - agent none + agent { + label 'linux_node' + } stages{ stage('Checkout the code'){ From 69ed3467e91435d1ede2bd6b57606a302226c5dd Mon Sep 17 00:00:00 2001 From: Saad4509 <103031570+Saad4509@users.noreply.github.com> Date: Wed, 29 Jan 2025 23:16:36 +0530 Subject: [PATCH 6/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b21a7e5..8b7572d 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,4 @@ To use the built in server adapters of Eclipse, instead of doing "Run As -> Mave - *Do not use the suggested J2EE Preview server* as it is outdated, deprecated and does not support Servlet 3, which is required for this applications *** End of documentation +hello From 1a1673fdfb71f50bfd28684ff08f4db4d819720d Mon Sep 17 00:00:00 2001 From: Saad4509 <103031570+Saad4509@users.noreply.github.com> Date: Wed, 29 Jan 2025 23:20:34 +0530 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b7572d..8313a0d 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,4 @@ To use the built in server adapters of Eclipse, instead of doing "Run As -> Mave - *Do not use the suggested J2EE Preview server* as it is outdated, deprecated and does not support Servlet 3, which is required for this applications *** End of documentation -hello +