Skip to content

Commit

Permalink
Update model_bitbucket_connector.go
Browse files Browse the repository at this point in the history
Added missing ExecuteOnDelegate
  • Loading branch information
mikepflu authored Mar 8, 2024
1 parent 5e75d02 commit b79dde1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions harness/nextgen/model_bitbucket_connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ type BitbucketConnector struct {
Authentication *BitbucketAuthentication `json:"authentication"`
ApiAccess *BitbucketApiAccess `json:"apiAccess,omitempty"`
DelegateSelectors []string `json:"delegateSelectors,omitempty"`
ExecuteOnDelegate bool `json:"executeOnDelegate"`
Type_ GitConnectorType `json:"type"`
}

0 comments on commit b79dde1

Please sign in to comment.