Це відео не доступне.
Перепрошуємо.

Upload or Download files from Artifactory in Azure Pipelines using Artifactory Service Connection

Поділитися
Вставка
  • Опубліковано 21 жов 2021
  • Azure pipeline yaml - gist.github.co...
    Make sure JFrog CLI is installed on build agent - releases.jfrog...
    The JFrog Artifactory extension for Azure DevOps supports:
    Resolving your build dependencies from Artifactory.
    Deploying your build artifacts to Artifactory.
    Gaining full traceability of your builds by capturing your build-info from your builds and publishing to Artifactory.
    Reference:
    www.jfrog.com/...
    www.jfrog.com/...
    Blog - raaviblog.com
    Want to Support (a coffee) (via Paypal): raaviblog@gmail.com

КОМЕНТАРІ • 14

  • @jhonjairomoreno9804
    @jhonjairomoreno9804 2 роки тому +1

    Short and clear video. Thanks for you explain! 👍👍

  • @kirankumar8938
    @kirankumar8938 Рік тому +1

    How to download list artifacts in the Azure artifact? My artifacts are in the feed. I wanted to download all the files.

    • @raaviblog105
      @raaviblog105  Рік тому

      Please provide some more details what you are trying to achieve. Will see if I can help.

    • @kirankumar8938
      @kirankumar8938 Рік тому

      @@raaviblog105I have multiple bar applications, which are uploaded to Feed with Revision control. I will like to download all bar applications from the feed. As of now, the current Universal download asks for the application name. Which will not help me to download all applications. I have tried all methods like "*". Doesn't work anything. I am looking for "for loop" scripts.

  • @pavithraparthasarathy9184
    @pavithraparthasarathy9184 Рік тому

    target path where your artifact download, is that agent path or local machine path?

  • @pallabLosing
    @pallabLosing Рік тому

    Can you please create one video to integrate Jfrof Xray with azure devops pipeline

  • @srajpoot1981
    @srajpoot1981 2 роки тому +1

    Can you please show the tasks there in the pipeline?

    • @raaviblog105
      @raaviblog105  2 роки тому

      You can get the pipeline from here - gist.github.com/subudear/04628a87469da9a48f2f8407b1fdebc0

  • @jopadjr
    @jopadjr Рік тому

    Thanks for the tutorial. We were trying to download an exe from artifactory to a remote server using the URL it provided. It is only giving us 3Kb of file which we can't open. Are there any procedure or steps on how to do this?

    • @raaviblog105
      @raaviblog105  Рік тому +1

      I think this issue is related to permissions on artifactory folder/repo. give permission any remote for that repo in artifactory under adminsitration-->user management

  • @lionking5739
    @lionking5739 2 роки тому

    Hi
    I have a connection issue when I was try to create pipeline

    • @raaviblog105
      @raaviblog105  2 роки тому

      What connection issue? What errors you are observing?

  • @arankin2914
    @arankin2914 2 роки тому

    You don't actually show how you created your pipeline.