From bd5f40c380724061e1b6524cc63d8144131463af Mon Sep 17 00:00:00 2001 From: gayathri Date: Wed, 8 Jan 2025 14:43:38 +0530 Subject: [PATCH 1/3] first commit-javaAppPractic --- MyWebApp/src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyWebApp/src/main/webapp/index.jsp b/MyWebApp/src/main/webapp/index.jsp index c812cf3..c80f3f9 100644 --- a/MyWebApp/src/main/webapp/index.jsp +++ b/MyWebApp/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Howdy folks!!!! Welcome to Webhook from GitHub to Jenkins!!!

+

Howdy folks!!!! Welcome to Webhook from GitHub to Jenkins - Java-app-Practice-Integration

From 8d57776158dc59f709c31e689d9d312ec05aa004 Mon Sep 17 00:00:00 2001 From: gayathri Date: Wed, 12 Mar 2025 21:45:13 +0530 Subject: [PATCH 2/3] first commit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 923ccf6..4c4d769 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { stage ("Slack") { steps { - slackSend channel: 'mar-2023-weekday-batch', message: 'DEV Deployment was success, please start your smoke testing..' + slackSend channel: 'mar-2023-weekday-batch', message: 'DEV Deployment is success, please start your performance testing..' } } From 2bf4da6b178dc5f3bba8f0484c2095c5b93599b6 Mon Sep 17 00:00:00 2001 From: gayathri Date: Wed, 12 Mar 2025 21:49:28 +0530 Subject: [PATCH 3/3] first commit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4c4d769..7bc9bae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { stage ("Slack") { steps { - slackSend channel: 'mar-2023-weekday-batch', message: 'DEV Deployment is success, please start your performance testing..' + slackSend channel: 'mar-2023-weekday-batch', message: 'DEV Deployment was successfull, please start your performance testing and smoke testing' } }