You've already forked sap-jenkins-library
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:
@@ -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",
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user