Skip to main content Skip to complementary content

Storing your secure files in Azure DevOps

In Azure DevOps you can add your custom Maven files as well as your Talend product license or local patches as Secure Files and then use these files in the CI/CD pipelines.

Before you begin

  • Retrieve the maven_settings.xml file from the Downloads tab of this page.
  • Adapt the file to your environment by replacing the parameter values (Nexus or Artifactory URLs, host names, ports, credentials, etc.) and save your changes.
    Information noteTip: Look for the XXX references in the file provided as an example and replace them with values corresponding to your environment. This example file is adapted for Nexus. If you are using another artifact repository like Artifactory, you need to adapt this example to your repository URLs.

Procedure

  1. On the Pipelines > Library page, go to the Secure Files tab.
  2. Click the plus sign to upload the maven_settings.xml.
  3. Once uploaded, click the uploaded file, select the Authorize for use in all pipelines check box and save.
  4. Click the plus sign to upload your license file.
  5. Once uploaded, click the uploaded file, select the Authorize for use in all pipelines check box and save.
  6. Optional: Click the plus sign to upload your local patch file.
  7. Once uploaded, click the uploaded file, select the Authorize for use in all pipelines check box and save.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!