TFS integration with Jenkins

44 views Asked by At

I am new and have little experience with Jenkins and TFS.

I was tasked to integrate TFS to Jenkins so we can automate our deployments.

But… Jenkins does not have a TFS plug in, is there any workaround ? I saw that the plug in for TFS was taken out because of vuln problems.

I have tried a little bit of everything at this point.

1

There are 1 answers

0
Miao Tian-MSFT On

Yes, according to the community ticket from jenkins, the plug in was removed due to a licensing issue.

Nevertheless, if you are prepared to accept the security risks, it is possible to install manually by downloading from GitHub release and installing. Make sure to have installed the git-plugin 3 first (as normal), which should pull in all the dependencies for you.

You can refer this answer for more information.