Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 647 Bytes

File metadata and controls

26 lines (21 loc) · 647 Bytes

artifactory plugin

Artifactory plugin configuration belongs under unclassified root element

sample configuration

jenkins: 
  [...]
unclassified:
  [...]
  artifactorybuilder:
    useCredentialsPlugin: true
    artifactoryServers:
      - name: foo
        serverId: artifactory
        artifactoryUrl: http://acme.com/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 [https://www.jfrog.com/jira/browse/HAP-1018]