1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

chore(cloudFoundryDeploy): deployDescriptor stash resource (#5302)

Co-authored-by: Ivan Nikiforov <ivan.nikiforov@sap.com>
Co-authored-by: Googlom <36107508+Googlom@users.noreply.github.com>
This commit is contained in:
Ivan Nikiforov
2025-08-06 11:10:12 +02:00
committed by GitHub
parent b2f81fc353
commit 7a963261cb
2 changed files with 6 additions and 0 deletions

View File

@@ -280,6 +280,9 @@ func cloudFoundryDeployMetadata() config.StepData {
{Name: "cfCredentialsId", Description: "Jenkins 'Username with password' credentials ID containing user and password to authenticate to the Cloud Foundry API.", Type: "jenkins", Aliases: []config.Alias{{Name: "cloudFoundry/credentialsId", Deprecated: true}}},
{Name: "dockerCredentialsId", Description: "Jenkins 'Username with password' credentials ID containing user and password to authenticate to the Docker registry.", Type: "jenkins"},
},
Resources: []config.StepResources{
{Name: "deployDescriptor", Type: "stash"},
},
Parameters: []config.StepParameters{
{
Name: "apiEndpoint",

View File

@@ -23,6 +23,9 @@ spec:
- name: dockerCredentialsId
description: Jenkins 'Username with password' credentials ID containing user and password to authenticate to the Docker registry.
type: jenkins
resources:
- name: deployDescriptor
type: stash
params:
- name: apiEndpoint
type: string