mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
Add deletion of downloaded JVM archive
This commit is contained in:
parent
6b1caf5a3c
commit
b9596aa84f
@ -394,13 +394,13 @@ private def triggerWhitesourceScanWithUserKey(script, config, utils, descriptorU
|
|||||||
|
|
||||||
// archive whitesource result files
|
// archive whitesource result files
|
||||||
archiveArtifacts artifacts: "whitesource/*.*", allowEmptyArchive: true
|
archiveArtifacts artifacts: "whitesource/*.*", allowEmptyArchive: true
|
||||||
|
|
||||||
|
// archive whitesource debug files, if available
|
||||||
|
archiveArtifacts artifacts: "**/ws-l*", allowEmptyArchive: true
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
// archive whitesource debug files, if available
|
|
||||||
archiveArtifacts artifacts: "**/ws-l*", allowEmptyArchive: true
|
|
||||||
|
|
||||||
if (config.reporting) {
|
if (config.reporting) {
|
||||||
analyseWhitesourceResults(config, repository)
|
analyseWhitesourceResults(config, repository)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user