diff --git a/Jenkinsfile b/Jenkinsfile index 56b40e0..dc1a488 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -86,9 +86,9 @@ } } - stage('Detect Jenkins Environment EMEA') { + stage('Send report') { try{ - mail subject: env.JOB_NAME + ' - ' + env.BRANCH_NAME, + mail subject: env.JOB_NAME, body: 'test', to: 'rene.forstner@nttdata.com', replyTo: 'rene.forstner@nttdata.com',