You've already forked sap-jenkins-library
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:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user