Maxime Meriouma-Caron
Maxime Meriouma-Caron
Which kind of parameter?
I believe the build should be reported as `Triggered by : PullRequests`
Are you using the latest version? Also, be sure to add `+:refs/heads/*` in **Branch specification** of your VCS root. This bug was found and fixed in the last version, but...
Did you install a previous version of the plugin, then updated to the new one?
If it's not the first build on the branch, it might show that there's no change (since the last build)
The thing is that we had that bug in the past, and fixed it with the latest version. What is the version number shown for the plugin on the page...
I'm out of ideas here. The plugin works on our TeamCity server and I've had another person that reported the bug you are experiencing, but the last version fixed it...
Ah that's a good point, the plugin was only tested with git. I'm not sure what's the branch specification for mercurial.. Maybe you can try `+:*` ?
In bitbucket, a branch is not created for git pull requests either. The plugin uses the bitbucket REST API to find the pull requests, not the VCS. What the branch...
I think `+:*` should do it (http://stackoverflow.com/questions/13341271/teamcity-ignores-changes-in-different-branches-of-mercurial#comment18355005_13341959)