1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-07-15 01:34:38 +02:00

fix(uiveri5ExecuteTests): add 'tests' stash to step yaml (#2641)

* add tests stash to uiveri5 step

* add stash to uiveri5

* extend step generator with input resources

* add step generator test
This commit is contained in:
lndrschlz
2021-03-01 13:03:42 +01:00
committed by GitHub
parent d2eb2877e0
commit 4ca9186f39
18 changed files with 79 additions and 0 deletions

View File

@ -100,6 +100,9 @@ func npmExecuteScriptsMetadata() config.StepData {
},
Spec: config.StepSpec{
Inputs: config.StepInputs{
Resources: []config.StepResources{
{Name: "source", Type: "stash"},
},
Parameters: []config.StepParameters{
{
Name: "install",