Can I get Microsoft Team Foundation Server to use Subversion and Jenkins?

(I tried to do my homework, but actually did not find the answer to this question.)

Is there a way to get Microsoft Team Foundation Server to directly use Subversion for any source-related activity that it needs to report or otherwise display in its interface?

Similarly, is there a way to use Jenkins for its continuous builds?

I have seen various articles that describe how to go “differently”, i.e. for Jenkins to request the original TFS repository, but that’s not what I would like to do.

+4
source share
1 answer

No, TFS uses its own proprietary version control and build systems. It does not allow “connecting” other systems, such as Subversion and Jenkins, to the backend. What is the general scenario you are trying to achieve? Are you trying to use TFS work items with these other services?

EDIT

As indicated below, it's probably worth mentioning that you have Jenkins to create TFS sources, but this is more like connecting TFS to Jenkins.

+4
source

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


All Articles