configuration-as-code-plugin/demos/artifactory
Joseph Petersen 3ef37525f1
🗑️ Codacy markdown issues (#848)
2019-04-20 15:50:58 +02:00
..
README.md 🗑️ Codacy markdown issues (#848) 2019-04-20 15:50:58 +02:00

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