diff --git a/Jenkinsfile b/Jenkinsfile index 923ccf6..7bc9bae 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 was successfull, please start your performance testing and smoke testing' } } 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