Plug-in for Hoppr to bundle artifacts into a Nexus Repository
Project description
Nexus Bundler for Hoppr
The Nexus Bundler is a plug-in for Hoppr to package the collected artifacts into an existing Nexus instance.
Configuration
The following fields are supported values for configuring this plugin (in the Hoppr transfer configuration file):
Option | Description | Default |
---|---|---|
url | The URL for the Nexus API | Port 8081 on the server specified by the NEXUS_IP environment variable, using an http:// schema |
username | User name to be used to access the Nexus instance | admin |
password_env | Envirionment variable containing the password to access the Nexus instance with the above username | NEXUS_PW |
docker_url | URL to be used to access the docker repository on the Nexus instance. | Port 5000 on the server specified by the NEXUS_IP environment variable, using an http:// schema |
docker_port | Port on which the Nexus instance should listen for docker requests | 5000 |
force_http | Indicates whether docker requests should be accessed using the http:// or https:// url schema. |
False (docker requests must be made using https:// ) |
Note: At this time, the Nexus Bundler only supports a single Docker repository per Nexus instance
Note: The port of the docker_url
may differ from that specified by docker_port
because of port forwarding (for example, if Nexus is run as a docker image). docker_port
is the port used internally by Nexus.
For example, if Nexus is run as a docker image via docker run -p 1701:5000 sonatype/nexus3:3.40.1
then the docker_port
would be 5000
, and the docker_url
would be something like https://myserver.com:1701/
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for hoppr_nexus_bundler-0.3.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15395a5f6c42f856de90242ba7d50162ca9af567a7f2d6fda1dc7ac32234f4eb |
|
MD5 | 6c8d1dcc577698cc54e16b23ba29e21f |
|
BLAKE2b-256 | 2f5fdb53f36f42faed19bbd8f1902b7897a3641c8bd9a10cd226409ce103a0e7 |
Hashes for hoppr_nexus_bundler-0.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ece98cd6e7e8d29f6f7c7a1036f729f464f7aad8a786cb635321f6ad23c29f06 |
|
MD5 | ad74767113d3c3bcb2fac639853bc1e8 |
|
BLAKE2b-256 | caefabe3c159da02a62012227843065ce58b3bdbed645fde2950e5bc8ba52d86 |