Documentation ¶ Index ¶ func NewCmdArtifactUpload() *cobra.Command type ArtifactOutput type RunOptions Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdArtifactUpload ¶ func NewCmdArtifactUpload() *cobra.Command Types ¶ type ArtifactOutput ¶ type ArtifactOutput struct { Pipeline string `json:"pipeline"` StageIndex int `json:"stage_index"` JobIndex int `json:"job_index"` PluginIndex int `json:"plugin_index"` ObjectName string `json:"object_name"` } type RunOptions ¶ type RunOptions struct { Pipeline string StageIndex int JobIndex int PluginIndex int URL string MinioURL string ArtifactsBucket string AccessKey string SecretKey string } Source Files ¶ View all Source files artifact-upload.go Click to show internal directories. Click to hide internal directories.