26 lines
694 B
Markdown
26 lines
694 B
Markdown
# artifactory plugin
|
|
|
|
Artifactory plugin configuration belongs under `unclassified` root element
|
|
|
|
## sample configuration
|
|
|
|
```yaml
|
|
unclassified:
|
|
artifactorybuilder:
|
|
useCredentialsPlugin: true
|
|
artifactoryServers:
|
|
- serverId: artifactory
|
|
artifactoryUrl: http://acme.com/artifactory
|
|
deployerCredentialsConfig:
|
|
credentialsId: "artifactory"
|
|
resolverCredentialsConfig:
|
|
username: artifactory_user
|
|
password: ${ARTIFACTORY_PASSWORD}
|
|
```
|
|
|
|
## implementation note
|
|
|
|
Currently setting credentials causes ERROR & `Enable Push to Bintray` is not supported (always enabled).
|
|
|
|
see [jfrog/HAP-1018](https://www.jfrog.com/jira/browse/HAP-1018)
|