diff options
| author | Christian Segundo | 2024-07-23 21:48:24 +0200 |
|---|---|---|
| committer | Christian Segundo | 2024-07-23 21:48:24 +0200 |
| commit | efdf43681c1ef1b0e1210b36f082d87db148f8f8 (patch) | |
| tree | a3cd98450138994c8de3806411864f244ae8e60b | |
| parent | 1077f0b659af38f58516e472527650da5766d314 (diff) | |
| download | transmission-hacks-9.tar.gz | |
no tests=no junit9
| -rw-r--r-- | Jenkinsfile | 2 |
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", |