mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
add access_token alias to artifactPrepareVersion (#3588)
Co-authored-by: Anil Keshav <anil.keshav@sap.com>
This commit is contained in:
parent
8ced7f8184
commit
246d37a2fb
@ -391,7 +391,7 @@ func artifactPrepareVersionMetadata() config.StepData {
|
||||
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
|
||||
Type: "string",
|
||||
Mandatory: false,
|
||||
Aliases: []config.Alias{},
|
||||
Aliases: []config.Alias{{Name: "access_token"}},
|
||||
Default: os.Getenv("PIPER_password"),
|
||||
},
|
||||
{
|
||||
|
@ -190,6 +190,8 @@ spec:
|
||||
- STAGES
|
||||
- PARAMETERS
|
||||
- name: password
|
||||
aliases:
|
||||
- name: access_token
|
||||
type: string
|
||||
description: Password/token for git authentication.
|
||||
scope:
|
||||
|
Loading…
x
Reference in New Issue
Block a user