1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

Add archiving of debug output to new step

This commit is contained in:
Sven Merk 2019-03-27 14:03:11 +01:00
parent eab1dacde6
commit ea211f5987

View File

@ -397,6 +397,9 @@ private def triggerWhitesourceScanWithUserKey(script, config, utils, descriptorU
break
}
// archive whitesource debug files, if available
archiveArtifacts artifacts: "**/ws-l*", allowEmptyArchive: true
if (config.reporting) {
analyseWhitesourceResults(config, repository)
}