37 Star 403 Fork 75

GVPrancher/rancher

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
buildinfo.go 813 Bytes
Copy Edit Raw Blame History
phli authored 2018-09-19 16:48 . add bitbucket support in pipeline
package model
type BuildInfo struct {
TriggerType string `json:"triggerType,omitempty"`
TriggerUserName string `json:"triggerUserName,omitempty"`
Commit string `json:"commit,omitempty"`
Event string `json:"event,omitempty"`
RepositoryURL string `json:"repositoryUrl,omitempty"`
Branch string `json:"branch,omitempty"`
Ref string `json:"ref,omitempty"`
RefSpec string `json:"refSpec,omitempty"`
HTMLLink string `json:"htmlLink,omitempty"`
Title string `json:"title,omitempty"`
Message string `json:"message,omitempty"`
Sender string `json:"sender,omitempty"`
Author string `json:"author,omitempty"`
AvatarURL string `json:"avatarUrl,omitempty"`
Email string `json:"email,omitempty"`
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/rancher/rancher.git
git@gitee.com:rancher/rancher.git
rancher
rancher
rancher
v2.2.13

Search