1
0
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:
Marcus Holl
2025-07-04 09:21:54 +02:00
parent a493d7c8a7
commit bcdc7151f4

View File

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