Configure Maven Artifact Credentials

Spinnaker supports artifacts stored in a Maven repository.

Spinnaker can be configured to deploy artifacts stored in a Maven repository.

You can configure more than one artifact account, each with separate credentials. Specify which account to use in the configuration for the stage that reads the data.

Prerequisites

  • A Maven repository

Edit your artifact settings

  1. Enable artifact support .

  2. Enable the Maven artifact provider:

    1. hal config artifact maven enable
  3. Add an artifact account:

    1. hal config artifact maven account add my-maven-account \
    2. --repository-url https://my.repo.example.com

There are more options described here if you need more control over your configuration.

Last modified May 7, 2021: docs(migration): fix imgs and links (9a18ce6)