mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-02-05 13:25:19 +02:00
8 lines
140 B
Go
8 lines
140 B
Go
package build
|
|
|
|
import "github.com/SAP/jenkins-library/pkg/versioning"
|
|
|
|
type BuildArtifacts struct {
|
|
Coordinates []versioning.Coordinates
|
|
}
|