0
votes

I'm trying to configure Jenkins Team Foundation Server Plugin to our cloud VSTS server . used Personal access for authenticationtokens gave all scope.

the test in TFS/Team Services show: Success via SOAP API . but when I start the

build I get : Query returned no result!

I guess this might be related with project path because as i said the test in TFS/Team Services show: Success via SOAP API .

this is how I enter the urls :

Collection URL : https://projectdev.visualstudio.com/

Project path : $/project.Generics/project.Generic

got the project path from VSTS -> Code -> Files

tried adding / DefaultCollection didn't help too

what am I missing? your help will be appreciated!

2
How do you configure it? Check this screenshot: 1drv.ms/i/s!AresBGZVYryjhTn-qql2TGu3lwMv - starian chen-MSFT

2 Answers

0
votes

Team Foundation Server Plugin can integrate TFS/VSTS source sontrol (Git or TFVC) in jenkins Job, and trigger TFS/VSTS release (not VSTS build).

Details you can find in tfs-plugin README:

This plugin integrates Team Foundation Version Control (also known as TFVC) and Git to Jenkins by connecting to Team Foundation Server (TFS) and Visual Studio Team Services (Team Services). It also lets you trigger a release in Visual Studio Team Services, through a post-build step in Jenkins.

0
votes

The "collection URL" looks correct to me.

The "Project path" should be "$/{Project}/{FolderPath}".

In your case, is your project named "project.Generics" and "project.Generic" is a folder in the project?