Job Trigger Problem on Pull Request

I am trying to trigger the job on pull request on QA branch but It is not getting triggered.
VCS root branch specification is: +:(refs/pull-requests/*/head)
Trigger Rules: +:refs/pull-requests/*/head

Can you please tell me the exact steps to get it working.

0
1 comment
Avatar
Permanently deleted user

I tried with Following branch specification also but no luck:

+:refs/heads/*
+:refs/pull/*/head

Triggered buiuld on each checkin is enabled in build trigger with following trigger rules:

+:refs/pull-requests/*/head

0

Please sign in to leave a comment.