Github Pull Request Builder - check this, please do not call the assembly

I configured the Github Pull request builder according to the instructions in README

It seems to work through cron ONLY - it starts work every hour. However, by directly commenting on “test this please” or by clicking on the repository, it does not invoke the assembly. I have a jenkins-user bot as an administrator in my repository. I have also included github-webhook and / jenkins / ghprbhook in websites and services

I want to know how PR Builder reacts to the comment "test this please." Is there any way to track it?

+4
source share
2 answers

I will answer this question myself, as it is now clear.

Basically, if you follow the instructions and configure Pull Request Builder, this is cron.

For each periodic run, he discovers that after the last check, a new commit is discovered, or "test it please." If so, it will invoke the assembly.

Note that PRB will create a temp branch that merges your PR code into the default branch. And it will warn you if there is a conflict in the code.

Hope this helps.

+8
source
  • "Repeat it please."
  • If regular clicking on the repo does not work, the PR part will also not work. in my experience, regular push has become easier to work with.
  • , github github?
0

All Articles