1
0
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:
Dominik Lendle 2020-10-14 14:42:53 +02:00 committed by GitHub
parent 39089bed5d
commit 36976fc598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -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{},
},
{

View File

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