1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-16 05:16:08 +02:00

Archive debug report in piper post action stage (#2101)

This commit is contained in:
Daniel Kurzynski 2020-10-01 10:14:14 +02:00 committed by GitHub
parent 7a028c4149
commit 265541354d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,9 @@ void call(Map parameters = [:]) {
slackSendNotification script: parameters.script
}
}
mailSendNotification script: script
debugReportArchive script: script
piperPublishWarnings script: script
}
}