mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
Hotfix for checkout branch step (#2175)
This commit is contained in:
parent
39089bed5d
commit
36976fc598
@ -104,7 +104,6 @@ func addAbapEnvironmentCheckoutBranchFlags(cmd *cobra.Command, stepConfig *abapE
|
||||
|
||||
cmd.MarkFlagRequired("username")
|
||||
cmd.MarkFlagRequired("password")
|
||||
cmd.MarkFlagRequired("branchName")
|
||||
}
|
||||
|
||||
// retrieve step metadata
|
||||
@ -158,7 +157,7 @@ func abapEnvironmentCheckoutBranchMetadata() config.StepData {
|
||||
ResourceRef: []config.ResourceReference{},
|
||||
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
|
||||
Type: "string",
|
||||
Mandatory: true,
|
||||
Mandatory: false,
|
||||
Aliases: []config.Alias{},
|
||||
},
|
||||
{
|
||||
|
@ -59,7 +59,6 @@ spec:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
- STEPS
|
||||
mandatory: true
|
||||
- name: host
|
||||
type: string
|
||||
description: Specifies the host address of the SAP Cloud Platform ABAP Environment system
|
||||
|
Loading…
Reference in New Issue
Block a user