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

fix(cfDeploy): mark dockerUsername as secret (#2102)

* make dockerUsername secret

* regenerate sources

Co-authored-by: Daniel Kurzynski <daniel.kurzynski@sap.com>
Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
This commit is contained in:
Christopher Fenner
2020-10-06 08:59:20 +02:00
committed by GitHub
parent f5b19a79e4
commit 17a5b477a0
2 changed files with 2 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ func CloudFoundryDeployCommand() *cobra.Command {
return err
}
log.RegisterSecret(stepConfig.DockerPassword)
log.RegisterSecret(stepConfig.DockerUsername)
log.RegisterSecret(stepConfig.Password)
log.RegisterSecret(stepConfig.Username)

View File

@@ -157,6 +157,7 @@ spec:
- STAGES
- STEPS
mandatory: false
secret: true
resourceRef:
- name: dockerCredentialsId
type: secret