diff --git a/Jenkinsfile b/Jenkinsfile index 2025130..7fcb7d4 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' } } @@ -113,15 +113,15 @@ 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}
""", + body: """Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' succeeded5.
Check console output at ${env.BUILD_URL}
""", mimeType: 'text/html' ) } 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'