You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
gctsExecuteABAPQualityCheck type mismatch (#5132)
* Adapting unit test to run for packages with namespace * Correct type mismatch for object count
This commit is contained in:
@@ -1900,7 +1900,7 @@ type repository struct {
|
||||
CreatedBy string `json:"createdBy"`
|
||||
CreatedDate string `json:"createdDate"`
|
||||
Config []repoConfig `json:"config"`
|
||||
Objects int `json:"objects"`
|
||||
Objects any `json:"objects"`
|
||||
CurrentCommit string `json:"currentCommit"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user