trigger build when comment on pull request

I'd like to trigger build by commenting specific message on the pull request, like: "Build again."

I set-up all 'comment' things in github hook.

Then I tried with VCS Trigger's 'comment' rule, but no luck.

I'm used to triggering build by comment with Jenkins using this plug-in: https://plugins.jenkins.io/github-pr-comment-build

Is there any plug-in or instructions?

2
1 comment

 Hi,

We are working on explicit support for pull requests as a separate entity from branches, feel free to add your request to our tracker: https://youtrack.jetbrains.com/issues/TW

As it stands right now, the comments read by the VCS Trigger rule are the commit comments, and not the PR comments, so if your commits include such comments, those would work.

-1

Please sign in to leave a comment.