You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +02:00
fix(helm): forward sourceRepositoryCredentialsId from groovy to go layer (#4604)
forward sourceRepositoryCredentialsId from groovy to go layer in the same way how this is done for the targetRepositoryCredentialsId
This commit is contained in:
@@ -36,8 +36,11 @@ spec:
|
||||
- name: dockerConfigJsonCredentialsId
|
||||
description: Jenkins 'Secret file' credentials ID containing Docker config.json (with registry credential(s)).
|
||||
type: jenkins
|
||||
- name: sourceRepositoryCredentialsId
|
||||
description: Jenkins 'Username Password' credentials ID containing username and password for the Helm Repository authentication (source repo)
|
||||
type: jenkins
|
||||
- name: targetRepositoryCredentialsId
|
||||
description: Jenkins 'Username Password' credentials ID containing username and password for the Helm Repository authentication
|
||||
description: Jenkins 'Username Password' credentials ID containing username and password for the Helm Repository authentication (target repo)
|
||||
type: jenkins
|
||||
resources:
|
||||
- name: deployDescriptor
|
||||
|
||||
Reference in New Issue
Block a user