Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
README.md
artifactory plugin
Artifactory plugin configuration belongs under unclassified root element
sample configuration
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