You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
Provide log message in case externally provided package list is used.
This commit is contained in:
@@ -146,6 +146,7 @@ func (exec *Execute) RunScriptsInAllPackages(runScripts []string, runOptions []s
|
||||
|
||||
if len(packagesList) > 0 {
|
||||
packageJSONFiles = packagesList
|
||||
log.Entry().Info("Using provided package-list: " + strings.Join(packageJSONFiles, ", "))
|
||||
} else {
|
||||
packageJSONFiles, err = exec.FindPackageJSONFilesWithExcludes(excludeList)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user