UiPath DevOps Scripts - CI CD Integration with UiPath Platform (CircleCI & GitLab Demo)

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии • 10

  • @aishwaryapawar2763
    @aishwaryapawar2763 2 месяца назад

    Hi @abullah
    The code looks good and it’s working but after deployment via gitlab cicd pipeline ,if we click the process in the package requirement it shows
    “This package version contains no requirements “ but in project.json I have dependencies.
    Any idea ?

  • @mSayan94
    @mSayan94 3 года назад +1

    Hi. Really nice video !!. Just a question. Is there a way to publish the my UiPath project as a package in UiPath orchestrator using Gitlab CI without using these scripts ?

    • @AbdullahMAlAwlaqi
      @AbdullahMAlAwlaqi  3 года назад +1

      yes there are ways but this is the quickest way so far

    • @mSayan94
      @mSayan94 3 года назад

      @@AbdullahMAlAwlaqi Thanks a lot for the info. One more doubt, is there any other way to use these scripts without cloning it from GitHub ? I mean can we store them somewhere and use it ? Any suggestion.

    • @AbdullahMAlAwlaqi
      @AbdullahMAlAwlaqi  3 года назад

      Yes, you can store it in any location available to your agent machine

  • @travelguide9673
    @travelguide9673 2 года назад

    Hi, what about Gitlab runner it should be shared or we need to create runner ? also , do we need to have gitlab and uipath installed in same location?

    • @AbdullahMAlAwlaqi
      @AbdullahMAlAwlaqi  2 года назад

      Hi Travelguide, the runner should be a Windows machine. it does not matter whether it is shared or not. And no, you don't need UiPath studio to be installed

  • @mSayan94
    @mSayan94 3 года назад

    Also, would you mind sharing sharing your GitLab YAML file ?

    • @AbdullahMAlAwlaqi
      @AbdullahMAlAwlaqi  3 года назад +1

      Thanks for noticing, YAML samples are now available in the repo

    • @mSayan94
      @mSayan94 3 года назад +1

      @@AbdullahMAlAwlaqi Thanks a lot ! Able to see now 👍