Skip to content
Snippets Groups Projects
Commit e1359ed5 authored by Nils Langguth's avatar Nils Langguth
Browse files

Update Jenkinsfile_test_cvmfs_transaction

parent 56f1024e
No related branches found
No related tags found
No related merge requests found
Pipeline #10285486 passed
...@@ -33,11 +33,10 @@ pipeline { ...@@ -33,11 +33,10 @@ pipeline {
} }
} catch (e) { } catch (e) {
if (!failedNodes.isEmpty()) { if (!failedNodes.isEmpty()) {
echo ${failedNodes}
emailext ( emailext (
attachLog: true, attachLog: true,
body: "${params.MAILBODY}", body: "${params.MAILBODY}",
subject: "${params.MAILSUBJECT} [${failedNodes}]", subject: "${params.MAILSUBJECT} [${failedNodesFormatted}]",
to: "${params.MAILRECIPIENT}" to: "${params.MAILRECIPIENT}"
) )
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment