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:
parent
eab1dacde6
commit
ea211f5987
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user