From b79dde195f363ffd9a74e1bbb1af7a22262a7550 Mon Sep 17 00:00:00 2001 From: Mike Pflugfelder <36419383+mikepflu@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:38:32 -0500 Subject: [PATCH] Update model_bitbucket_connector.go Added missing ExecuteOnDelegate --- harness/nextgen/model_bitbucket_connector.go | 1 + 1 file changed, 1 insertion(+) diff --git a/harness/nextgen/model_bitbucket_connector.go b/harness/nextgen/model_bitbucket_connector.go index e6577d7a..ab6e72da 100644 --- a/harness/nextgen/model_bitbucket_connector.go +++ b/harness/nextgen/model_bitbucket_connector.go @@ -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"` }