How to link between published package and source code repository / パッケージと、ソースの連携

(English follows Japanese.)

Orchestratorと、ソースコード管理を、使用している環境で、ソースコード管理側に、Publishの記録を、連携させる、良い方法はないでしょうか?
たとえば、Publishと同時に、Gitに、最低限、pullを行う、等です。

作業手順として、策定することはできますが、Publishされたパッケージと、Git上にPullされたパッケージが、同一であることは、私の理解だと、簡単には確認できません。
また、Publishされた、バージョンを、Git側に、コメントとして残すのは、「退屈な手作業」になり、気持ちの良いものでは、ありません。

理想を考えると、

  1. Studioで、Publishを実行すると、最初に、設定されたbranchに、fetchして、mergeする
  2. conflictが、あれば、Studio上で、解決する
  3. conflictを、なくしてから、Studioで、Publishする
  4. Publishに、成功したら、Publishで、付与されたバージョンの、tagを作成し、pushする

を、自動で行えると、齟齬がないと思います。

ですが、今のUiPathには、そういう機能が、ないという理解です。
皆さんは、どうやって、ソースコード管理と、OrchestratorにPublishされた、パッケージの、紐付けを行っていますか?
(Orchestrator側の、オプションで、ソースコードを含まない、Publishを、禁止できれば、最低限の、目的は達成できるのですが)


How can we link between published package and source code, with using Orchestrator and source code management like Git / TFS.
For example, force pull to Git when publish to Orchestrator from Studio.

Ideally, I’d like do like this:

  1. On pressing “Publish” on studio, run fetch and try merge with configured branch.
  2. If there’s conflict, Studio stops Publish and make developer to resolve conflict.
  3. After merge completed, Studio publishes to Orchestrator.
  4. Make git tag includes published version from Orchestrator, and pull source to Git with tag.

Unfortunately, for my understanding, UiPath Studio doesn’t have such behavior.
How can we link published package contents and source repository, any good idea?
In the point of view of audit, I want to make this operation easy.
(Another problem, for my understanding, UiPath Orchestrator doesn’t have option that forces include xaml on publishing.)

Hello @Risa!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff