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
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:
committed by
GitHub
parent
f5b19a79e4
commit
17a5b477a0
@@ -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)
|
||||
|
||||
|
@@ -157,6 +157,7 @@ spec:
|
||||
- STAGES
|
||||
- STEPS
|
||||
mandatory: false
|
||||
secret: true
|
||||
resourceRef:
|
||||
- name: dockerCredentialsId
|
||||
type: secret
|
||||
|
Reference in New Issue
Block a user