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:
Marc Mattmüller 2023-06-26 13:25:22 +02:00
parent 30d93d5e48
commit 90b1a72638
1 changed files with 0 additions and 2 deletions

View File

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