init commit

OPMAAS-3581
rforstner 2021-11-23 18:33:16 +01:00
parent de3f3bc96f
commit b71925b509
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -86,9 +86,9 @@
} }
} }
stage('Detect Jenkins Environment EMEA') { stage('Send report') {
try{ try{
mail subject: env.JOB_NAME + ' - ' + env.BRANCH_NAME, mail subject: env.JOB_NAME,
body: 'test', body: 'test',
to: 'rene.forstner@nttdata.com', to: 'rene.forstner@nttdata.com',
replyTo: 'rene.forstner@nttdata.com', replyTo: 'rene.forstner@nttdata.com',