how to rerun the job “Azure Pipelines PR”?
![](https://secure.gravatar.com/avatar/6b962a251c95e7ff7fafbedc349ae8b2.jpg?s=120&d=mm&r=g)
Hi, Experts: Anyone can tell how to rerun the job “Azure Pipelines PR” for my PR? Sometimes my PR failed but this is caused by externals. The next day this external issue was fixed then I might want to rerun this specific job on my PR to get the new result. How can I reach this? [cid:image001.png@01D4E97B.F67B1E20] Thanks, Peixing
![](https://secure.gravatar.com/avatar/9bc5d17b17349ded8ebc925b2a87df43.jpg?s=120&d=mm&r=g)
Closing and re-opening the PR will trigger the CI run again that might help in this case but it will run all the jobs. -- Regards, Karthikeyan S
![](https://secure.gravatar.com/avatar/be200d614c47b5a4dbb6be867080e835.jpg?s=120&d=mm&r=g)
On 02Apr2019 0522, Karthikeyan wrote:
Closing and re-opening the PR will trigger the CI run again that might help in this case but it will run all the jobs.
Yes, I believe this is still the best way to re-run Pipelines jobs. For people with logins (not yet everyone in the GitHub org, but I hear that's coming) you can requeue the build, but last time I tried it didn't sync back to the pull request properly (I think it needs GitHub to cooperate, which is why triggering it from GitHub works best.) The Pipelines team is aware of this and working on it, so I expect the integration to improve over time. For now, close/reopen the PR. Cheers, Steve
participants (3)
-
Karthikeyan
-
Steve Dower
-
Xin, Peixing