Artifactory plugin configuration belongs under unclassified
root element
jenkins:
[...]
unclassified:
[...]
artifactorybuilder:
useCredentialsPlugin: true
artifactoryServers:
- name: foo
serverId: artifactory
artifactoryUrl: http://acme.com/artifactory
resolverCredentialsConfig:
username: artifactory_user
password: ${ARTIFACTORY_PASSWORD}
Currently setting credentials causes ERROR & Enable Push to Bintray
is not supported (always enabled).