Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.73 KB

File metadata and controls

42 lines (27 loc) · 1.73 KB
title Jitpack upstream source
description How to add JitPack upstream source
ms.service azure-devops-artifacts
ms.topic how-to
ms.date 03/22/2022
monikerRange <=azure-devops
recommendations true

JitPack upstream source

[!INCLUDE version-lt-eq-azure-devops]

With Azure Artifacts, you can consume packages from different public registries such as Maven Central and Google Maven Repository and JitPack. Once you enable upstream sources, Azure Artifacts will save a copy of any package you install from upstream.

Add JitPack upstream

  1. Select the gear icon at the top right corner to navigate to Feed Settings.

  2. Select Upstream Sources, and then select Add Upstream.

    :::image type="content" source="./media/gradle-upstream-source.png" alt-text="A screenshot showing how to access upstream sources to add a new upstream.":::

  3. Select Public source, and then select JitPack (https://jitpack.io/) from the dropdown menu.

  4. Select Add when you're done, and then select Save at the top right corner to save your changes.

    :::image type="content" source="./media/jitpack-upstream.png" alt-text="A screenshot showing how to add JitPack.":::

View saved packages

To view saved packages from JitPack, select JitPack from the Source dropdown menu.

:::image type="content" source="./media/packages-jitpack.png" alt-text="A screenshot showing how to filter for packages from JitPack":::

Related articles