1
0
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:
Sven Merk 2019-03-27 14:10:29 +01:00
parent ea211f5987
commit 6b1caf5a3c

View File

@ -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