configuration-as-code-plugin/demos/artifactory/README.md

694 B

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