You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-07-13 01:30:24 +02:00
added missing git credentials handling
Co-authored-by: Gareth Evans <g.evans@sap.com>
This commit is contained in:
@ -483,8 +483,9 @@ func golangBuildMetadata() config.StepData {
|
||||
Name: "privateModulesGitToken",
|
||||
ResourceRef: []config.ResourceReference{
|
||||
{
|
||||
Name: "golangPrivateModulesGitTokenCredentialsId",
|
||||
Type: "secret",
|
||||
Name: "golangPrivateModulesGitTokenCredentialsId",
|
||||
Param: "password",
|
||||
Type: "secret",
|
||||
},
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user