@@ -899,13 +899,14 @@ func (s *ServicesService) GetJenkinsCIService(pid interface{}, options ...Reques
899
899
// GitLab API docs:
900
900
// https://docs.gitlab.com/ee/api/services.html#jenkins-ci
901
901
type SetJenkinsCIServiceOptions struct {
902
- URL * string `url:"jenkins_url,omitempty" json:"jenkins_url,omitempty"`
903
- ProjectName * string `url:"project_name,omitempty" json:"project_name,omitempty"`
904
- Username * string `url:"username,omitempty" json:"username,omitempty"`
905
- Password * string `url:"password,omitempty" json:"password,omitempty"`
906
- PushEvents * bool `url:"push_events,omitempty" json:"push_events,omitempty"`
907
- MergeRequestsEvents * bool `url:"merge_requests_events,omitempty" json:"merge_requests_events,omitempty"`
908
- TagPushEvents * bool `url:"tag_push_events,omitempty" json:"tag_push_events,omitempty"`
902
+ URL * string `url:"jenkins_url,omitempty" json:"jenkins_url,omitempty"`
903
+ EnableSSLVerification * bool `url:"enable_ssl_verification,omitempty" json:"enable_ssl_verification,omitempty"`
904
+ ProjectName * string `url:"project_name,omitempty" json:"project_name,omitempty"`
905
+ Username * string `url:"username,omitempty" json:"username,omitempty"`
906
+ Password * string `url:"password,omitempty" json:"password,omitempty"`
907
+ PushEvents * bool `url:"push_events,omitempty" json:"push_events,omitempty"`
908
+ MergeRequestsEvents * bool `url:"merge_requests_events,omitempty" json:"merge_requests_events,omitempty"`
909
+ TagPushEvents * bool `url:"tag_push_events,omitempty" json:"tag_push_events,omitempty"`
909
910
}
910
911
911
912
// SetJenkinsCIService sets Jenkins service for a project
0 commit comments