1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/pkg/npm
Kevin Hudemann 58e7e4be44
Add buildDescriptorExcludeList parameter to npmExecuteScripts step (#1800)
This change adds a buildDescriptorExcludeList parameter to
npmExecuteScripts, to enable the exclusion of certain directories when
executing npm scripts. Previously, npmExecuteScripts could only execute
scripts in all packages.

Now it is possible to provide paths or patterns as elements of the
buildDescriptorExcludeList to exclude packages when executing npm scripts.
2020-07-16 17:16:55 +02:00
..
npm_test.go Add buildDescriptorExcludeList parameter to npmExecuteScripts step (#1800) 2020-07-16 17:16:55 +02:00
npm.go Add buildDescriptorExcludeList parameter to npmExecuteScripts step (#1800) 2020-07-16 17:16:55 +02:00