GitHub Push Automation on VSOnline

Given the primary repo on GitHub (www.github.com/mycompany/myrepo) and the secondary repo on VSOnline (mycompany.visualstudio.com), I'm looking for a way to automatically push to / pull from the secondary repo when I click on the primary.

Secodary repo builds the CI and is constantly deployed for us, caused by committing the secondary repo.

In other words, I do not want to manually transfer both repos from my client. What I really want is to click on the main remote (GitHub) and create some automatic configuration to push / pull from the secondary (VSOnline), so that CI build and CD build start automatically.

There are many possible options that can solve this problem there, but did anyone really do it with any of them that pushes / pulls from the VSOnline repository from which we can learn?

Obviously, a solution with minimal moving parts, configuration, and maintenance is preferred.

+4
source share
1 answer

! , , - API- Visual Studio Online, . User Voice, Brian Harry ALM Foundational Session ( ).

, GitHub Visual Studio Online , Zapier.

0

Source: https://habr.com/ru/post/1540458/


All Articles