Skip to content

Commit 2379890

Browse files
feat: add missing ExecuteOnDelegate option for artifactory connector (#684)
Signed-off-by: Andrés MANELLI <[email protected]>
1 parent ab9833c commit 2379890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

harness/nextgen/model_artifactory_connector.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ type ArtifactoryConnector struct {
1414
ArtifactoryServerUrl string `json:"artifactoryServerUrl"`
1515
Auth *ArtifactoryAuthentication `json:"auth,omitempty"`
1616
DelegateSelectors []string `json:"delegateSelectors,omitempty"`
17+
ExecuteOnDelegate bool `json:"executeOnDelegate"`
1718
}

0 commit comments

Comments
 (0)