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 a04e53df2a
npmExecuteScripts: allow passing a list of build descriptors to execute scripts for (#2312)
This change extends the npmExecuteScripts step to support execution of
npm scripts for specific modules. Previously, it was not possible to
execute npm scripts only for specific modules. Now, if the parameter
buildDesriptorList is set the scripts defined by the runScripts
parameter will be executed for the modules defined by
buildDescriptorList. Note, in this case the buildDescriptorExcludeList
will be ignored.
2020-11-04 16:20:26 +01:00
..
npm_test.go npmExecuteScripts: allow passing a list of build descriptors to execute scripts for (#2312) 2020-11-04 16:20:26 +01:00
npm.go npmExecuteScripts: allow passing a list of build descriptors to execute scripts for (#2312) 2020-11-04 16:20:26 +01:00