docker/nwl-cicd.yaml: removed keep username as secret --> git issue
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
30d93d5e48
commit
90b1a72638
|
|
@ -47,7 +47,6 @@ credentials:
|
|||
scope: GLOBAL
|
||||
id: gitCredentials
|
||||
username: testvm
|
||||
usernameSecret: true
|
||||
passphrase: "${gitSsh}"
|
||||
description: "git access over SSH"
|
||||
privateKeySource:
|
||||
|
|
@ -57,7 +56,6 @@ credentials:
|
|||
scope: GLOBAL
|
||||
id: nexusCredentials
|
||||
username: "ci-build-user"
|
||||
usernameSecret: true
|
||||
password: "${nexusUser}"
|
||||
description: "Nexus artifactory access"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue