1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-02-05 13:25:19 +02:00

8 lines
140 B
Go
Raw Normal View History

package build
import "github.com/SAP/jenkins-library/pkg/versioning"
type BuildArtifacts struct {
Coordinates []versioning.Coordinates
}