Message: Begin failed with SQL exception

I must configure a code push event for each repository separately, right? This is because of the Manual Poll URL?! There is no “global” Poll URL, so that Continua would be able to detect the requested repository by the http content send by TFS?

Yes, separately for each repository.

There’s no username and password authentication on the manual poll URL, so the unique repository id prevents anyone guessing the URL and polling your repository. And if we did use the repository URL in the posted content to select which repository to poll, there may well be more than one Continua CI repository with the same URL (and different branches) to choose from.

Yes, we need to improve that user experience

Thanks Dave, i confirm the issue corrected :slight_smile: