configuration-as-code-plugin/demos/artifactory
Joseph Petersen 410c3ae03e
SecretResolver support file and base64 variable expansion (#1408)
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
2020-07-19 04:37:52 +02:00
..
README.md SecretResolver support file and base64 variable expansion (#1408) 2020-07-19 04:37:52 +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