Skip to content

Commit

Permalink
Add 'Parent' field to the build-info 'Module' entity (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi authored Aug 13, 2024
1 parent 6675fe8 commit 8ae8d01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entities/buildinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,9 @@ type Module struct {
Artifacts []Artifact `json:"artifacts,omitempty"`
ExcludedArtifacts []Artifact `json:"excludedArtifacts,omitempty"`
Dependencies []Dependency `json:"dependencies,omitempty"`
// Parent is used to store the parent module id, for multi-module projects.
// This field is not recognized by Artifactory, and is used for internal purposes only.
Parent string `json:"parent,omitempty"`
// Used in aggregated builds - this field stores the checksums of the referenced build-info JSON.
Checksum
}
Expand Down

0 comments on commit 8ae8d01

Please sign in to comment.