We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9833c commit 2379890Copy full SHA for 2379890
harness/nextgen/model_artifactory_connector.go
@@ -14,4 +14,5 @@ type ArtifactoryConnector struct {
14
ArtifactoryServerUrl string `json:"artifactoryServerUrl"`
15
Auth *ArtifactoryAuthentication `json:"auth,omitempty"`
16
DelegateSelectors []string `json:"delegateSelectors,omitempty"`
17
+ ExecuteOnDelegate bool `json:"executeOnDelegate"`
18
}
0 commit comments