Merge pull request #4658 from lusis/artifactory-documentation-fix

making note of artifactory env vars that are supported
This commit is contained in:
James Nugent 2016-01-13 13:12:08 +00:00
commit 0d2f4ac3ba
1 changed files with 6 additions and 1 deletions

View File

@ -87,7 +87,12 @@ The following backends are supported:
variables. Generic HTTP repositories are supported, and state from different
configurations may be kept at different subpaths within the repository. The URL
must include the path to the Artifactory installation - it will likely end in
`/artifactory`.
`/artifactory`. Alternately the following environment variables can be used in
place of hard-coded values:
* `ARTIFACTORY_USERNAME`
* `ARTIFACTORY_PASSWORD`
* `ARTIFACTORY_URL` (note that this is the base url to artifactory not the full repo and subpath)
* HTTP - Stores the state using a simple REST client. State will be fetched
via GET, updated via POST, and purged with DELETE. Requires the `address` variable.