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') {
steps {
script {
dir("/opt/workspace/qm_report/") {
try {
emailext subject: env.JOB_NAME,
mimeType: 'text/html',
@ -185,6 +186,7 @@ def reportRetryCount = 0
}
}
}
}
post {
failure {