Is it possible to use Perforce with TFS as a continuous integration server?

After using SVN as a VCS (we are a small development team), it was too difficult for us to work, and we switched to work in April. We are very pleased with this, and we want to take it one step further by adding a continuous integration server to make our builds more reliable. We have an MSDN license that allows us to have TFS if we want (like a CI server), but we don’t want to change what already exists.

BUT, TFS has no native interactions with perforce, and vice versa. So my question is: does anyone know if this is really possible?

I did a bit of work with Google, I found an answer published in 2009 ( using perforce with the Foundation Team server ), talking about this. But maybe this has changed since then ... I have not found any plugin or anything else to help me, and I need your help here.

Thanks.

+4
source share
1 answer

I don’t think there is a direct way to port Perforce to TFS.
However, if you have an MSDN subscription, you can evaluate the TFS for ALM / Build / Deployment.

0
source

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


All Articles