From c030092bfd1b168e20e41ba512fae3416c7d1bc7 Mon Sep 17 00:00:00 2001 From: siddhisjain268 Date: Wed, 4 Feb 2026 22:15:20 +0530 Subject: [PATCH 1/3] demo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2025130..b010949 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline{ } stage("Checkout from SCM"){ steps { - git branch: 'main', credentialsId: 'github', url: 'https://github.com/Devops1224789/Devops-Mega-project.git' + git branch: 'main', credentialsId: 'github', url: 'https://github.com/siddhisjain268/Devops-Mega-project' } } From 612dd454af42b86ebdde95ecf003221d5d0232bd Mon Sep 17 00:00:00 2001 From: siddhisjain268 Date: Wed, 4 Feb 2026 22:18:05 +0530 Subject: [PATCH 2/3] mail --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b010949..f4e41ad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -113,7 +113,7 @@ pipeline{ post { success { emailext ( - to: 'devopsstudy09@gmail.com', + to: 'siddhijain268@gmail.com', subject: "SUCCESS: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'", body: """

Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' succeeded.

Check console output at ${env.BUILD_URL}

""", mimeType: 'text/html' @@ -121,7 +121,7 @@ pipeline{ } failure { emailext ( - to: 'devopsstudy09@gmail.com', + to: 'siddhijain268@gmail.com', subject: "FAILURE: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'", body: """

Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' failed.

Check console output at ${env.BUILD_URL}

""", mimeType: 'text/html' From 45698f4981a9262cec8ce227d0731717f8276b89 Mon Sep 17 00:00:00 2001 From: siddhisjain268 Date: Wed, 4 Feb 2026 22:26:22 +0530 Subject: [PATCH 3/3] demo5 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f4e41ad..7fcb7d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -115,7 +115,7 @@ pipeline{ emailext ( to: 'siddhijain268@gmail.com', subject: "SUCCESS: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'", - body: """

Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' succeeded.

Check console output at ${env.BUILD_URL}

""", + body: """

Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' succeeded5.

Check console output at ${env.BUILD_URL}

""", mimeType: 'text/html' ) }