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:
parent
cf64a0d098
commit
3d1da388c8
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user