mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
kubernetesDeploy: add additional unstashing (#4017)
Co-authored-by: Alexey Matvievsky <72048991+matvievsky@users.noreply.github.com>
This commit is contained in:
parent
2843d6ae75
commit
6cadb15a11
@ -231,6 +231,7 @@ func kubernetesDeployMetadata() config.StepData {
|
||||
},
|
||||
Resources: []config.StepResources{
|
||||
{Name: "deployDescriptor", Type: "stash"},
|
||||
{Name: "downloadedArtifact", Type: "stash"},
|
||||
},
|
||||
Parameters: []config.StepParameters{
|
||||
{
|
||||
|
@ -49,6 +49,8 @@ spec:
|
||||
resources:
|
||||
- name: deployDescriptor
|
||||
type: stash
|
||||
- name: downloadedArtifact
|
||||
type: stash
|
||||
params:
|
||||
- name: additionalParameters
|
||||
aliases:
|
||||
|
Loading…
Reference in New Issue
Block a user