aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Segundo2024-07-23 21:48:24 +0200
committerChristian Segundo2024-07-23 21:48:24 +0200
commitefdf43681c1ef1b0e1210b36f082d87db148f8f8 (patch)
treea3cd98450138994c8de3806411864f244ae8e60b
parent1077f0b659af38f58516e472527650da5766d314 (diff)
downloadtransmission-hacks-efdf43681c1ef1b0e1210b36f082d87db148f8f8.tar.gz
no tests=no junit9
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index fe52522..e8645bb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -14,7 +14,7 @@ pipeline {
}
post {
always {
- junit 'build/reports/*.xml'
+ // junit 'build/reports/*.xml'
step([$class: 'Mailer',
notifyEveryUnstableBuild: true,
recipients: "christian+jenkins@segundo.io",