Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jfrog artifactory backend server for bob artifacts #445

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions doc/manual/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2022,6 +2022,12 @@ the following table for supported backends and their configuration.
Backend Description
=========== ===================================================================
none Do not use a binary repository (default).
artifactory JFrog Artifactory backend. Use the ``url`` keyword to provide the
repository url. Use optional keys ``username`` to specify the user
and ``key`` for the API-key or password. Without ``username`` and
``key`` either no authentication or the global artifactory
configuration file is used. See dohq-artifactory documentation for
details.
azure Microsoft Azure Blob storage backend. The account must be specified
in the ``account`` key. Either a ``key`` or a ``sasToken`` may
be set to authenticate, otherwise an anonymous access is used.
Expand All @@ -2044,8 +2050,8 @@ shell This backend can be used to execute commands that do the actual up-
example below for a possible use with ``scp``.
=========== ===================================================================

The directory layouts of the ``azure``, ``file``, ``http`` and ``shell``
(``$BOB_REMOTE_ARTIFACT``) backends are compatible. If multiple download
The directory layouts of the ``artifactory``, ``azure``, ``file``, ``http`` and
``shell`` (``$BOB_REMOTE_ARTIFACT``) backends are compatible. If multiple download
backends are available they will be tried in order until a matching artifact is
found. All available upload backends are used for uploading artifacts. Any
failing upload will fail the whole build.
Expand Down
Loading