1
0
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:
Marcus Holl
2023-09-29 13:59:56 +02:00
committed by GitHub
parent 4dec3c3c60
commit c81e322986
3 changed files with 7 additions and 2 deletions

View File

@@ -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