1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-11-06 09:09:19 +02:00

Fix: Change URL creation for abapEnvironmentCloneGitRepo (#2452)

* Fix url creation

* Adapt url creation
This commit is contained in:
Daniel Mieg
2020-12-08 09:31:08 +01:00
committed by GitHub
parent 2ac5c42d15
commit a3ff90f632
2 changed files with 5 additions and 9 deletions

View File

@@ -186,6 +186,7 @@ type BranchEntity struct {
// CloneEntity struct for the Clone entity A4C_A2G_GHA_SC_CLONE
type CloneEntity struct {
Metadata AbapMetadata `json:"__metadata"`
UUID string `json:"uuid"`
ScName string `json:"sc_name"`
BranchName string `json:"branch_name"`
ImportType string `json:"import_type"`