1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-30 05:59:39 +02:00

Update whitesourceExecuteScan.groovy

This commit is contained in:
Sven Merk 2019-10-16 14:58:54 +02:00 committed by GitHub
parent cf64a0d098
commit 3d1da388c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -409,8 +409,8 @@ private def triggerWhitesourceScanWithUserKey(script, config, utils, descriptorU
archiveArtifacts artifacts: "**/ws-l*", allowEmptyArchive: true
// archive UA log file
sh 'cp -Rf --parents /var/log/UA/* .'
archiveArtifacts artifacts: "var/log/UA/**/*.log", allowEmptyArchive: true
sh "cp -Rf --parents /var/log/UA/* ."
archiveArtifacts artifacts: "**/var/log/UA/**/*.log", allowEmptyArchive: true
}
break
}