mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
Add deletion of downloaded JVM archive
This commit is contained in:
parent
ea211f5987
commit
6b1caf5a3c
@ -389,6 +389,7 @@ private def triggerWhitesourceScanWithUserKey(script, config, utils, descriptorU
|
||||
|
||||
if (config.whitesource.jreDownloadUrl) {
|
||||
sh "rm -rf ./bin ./conf ./legal ./lib ./man"
|
||||
sh "rm -f jvm.tar.gz"
|
||||
}
|
||||
|
||||
// archive whitesource result files
|
||||
|
Loading…
Reference in New Issue
Block a user