1
0
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:
Vyacheslav Starostin 2022-09-23 17:46:05 +06:00 committed by GitHub
parent 2843d6ae75
commit 6cadb15a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -231,6 +231,7 @@ func kubernetesDeployMetadata() config.StepData {
},
Resources: []config.StepResources{
{Name: "deployDescriptor", Type: "stash"},
{Name: "downloadedArtifact", Type: "stash"},
},
Parameters: []config.StepParameters{
{

View File

@ -49,6 +49,8 @@ spec:
resources:
- name: deployDescriptor
type: stash
- name: downloadedArtifact
type: stash
params:
- name: additionalParameters
aliases: