monthly
SLW\ARNAUA 2023-05-04 10:16:07 +02:00
parent 6d16d0e3f0
commit 43d6bc9cd8
1 changed files with 17 additions and 15 deletions

2
Jenkinsfile vendored
View File

@ -165,6 +165,7 @@ def reportRetryCount = 0
stage('Send Report') { stage('Send Report') {
steps { steps {
script { script {
dir("/opt/workspace/qm_report/") {
try { try {
emailext subject: env.JOB_NAME, emailext subject: env.JOB_NAME,
mimeType: 'text/html', mimeType: 'text/html',
@ -185,6 +186,7 @@ def reportRetryCount = 0
} }
} }
} }
}
post { post {
failure { failure {