jenkinsci / ghprb-plugin

github pull requests builder plugin for Jenkins
https://plugins.jenkins.io/ghprb/
MIT License
501 stars 608 forks source link

Test phrase comments on PRs not triggering build #450

Open ilovezfs opened 7 years ago

ilovezfs commented 7 years ago

Jenkins 2.19.4, ghprb 1.33.4

Seems that leaving

@BrewTestBot test this please

isn't triggering the build.

Configuration:

screen shot 2016-12-06 at 6 03 47 am screen shot 2016-12-06 at 6 06 04 am screen shot 2016-12-06 at 6 07 27 am
AudriusButkevicius commented 7 years ago

Check the system (jenkins) logs, it's mostly because you are not specifying a secret on github.

ilovezfs commented 7 years ago

Is that a change since 1.33.1?

ilovezfs commented 7 years ago

@AudriusButkevicius to be explicit: this is a new bug that does not occur with 1.33.1. My underlying configuration has not changed, and downgrading fixes it.

AudriusButkevicius commented 7 years ago

I think some specific version started enforcing secrets, so not much of a bug but a security feature. Regardless, you should look at the logs and you'll know if thats the problem or not.

ilovezfs commented 7 years ago

@AudriusButkevicius yup that fixed it. You're my hero :)

ilovezfs commented 7 years ago

Looks like there still may be a bug here. I had to do one of them twice for it to register and sure enough the log reflects that:

Pull request #2,105 was updated on repo Homebrew/homebrew-science but there aren't any new comments nor commits; that may mean that commit status was updated.

Dec 06, 2016 3:28:06 PM INFO org.jenkinsci.plugins.ghprb.GhprbPullRequest updatePR

Pull request #2,034 was updated on repo Homebrew/homebrew-science but there aren't any new comments nor commits; that may mean that commit status was updated.

Dec 06, 2016 3:28:09 PM INFO org.jenkinsci.plugins.ghprb.GhprbRootAction handleAction

Checking issue comment '@BrewTestBot test this please' for repo Homebrew/homebrew-core

Dec 06, 2016 3:28:09 PM INFO org.jenkinsci.plugins.ghprb.GhprbGitHubAuth checkSignature

Signatures checking OK

Dec 06, 2016 3:28:09 PM INFO org.jenkinsci.plugins.ghprb.GhprbTrigger handleComment

Checking comment on PR #7,564 for job Homebrew Core

Dec 06, 2016 3:28:09 PM INFO org.jenkinsci.plugins.ghprb.GhprbPullRequest updatePR

Pull request #7,564 was updated/initialized on Homebrew/homebrew-core at 06/12/16 15:28 by null (comment)

Dec 06, 2016 3:28:09 PM INFO org.jenkinsci.plugins.ghprb.GhprbRootAction handleAction

Checking issue comment '@BrewTestBot test this please' for repo Homebrew/homebrew-core

Dec 06, 2016 3:28:09 PM SEVERE org.jenkinsci.plugins.ghprb.GhprbGitHubAuth checkSignature

Request doesn't contain a signature. Check that github has a secret that should be attached to the hook

Dec 06, 2016 3:28:12 PM INFO hudson.model.Run execute

Homebrew Bottles #65543 main build action completed: SUCCESS

Dec 06, 2016 3:29:07 PM INFO org.jenkinsci.plugins.ghprb.GhprbPullRequest updatePR

Pull request #134 was updated on repo Homebrew/homebrew-apache but there aren't any new comments nor commits; that may mean that commit status was updated.

Dec 06, 2016 3:29:07 PM INFO org.jenkinsci.plugins.ghprb.GhprbPullRequest updatePR

Pull request #117 was updated on repo Homebrew/homebrew-apache but there aren't any new comments nor commits; that may mean that commit status was updated.
AudriusButkevicius commented 7 years ago

Well the log still talks about signature mismatches which implies there is still a secret missing somewhere

ilovezfs commented 7 years ago

https://github.com/Homebrew/homebrew-core/pull/7564

Seems like it's just randomly dropping some of them.

ilovezfs commented 7 years ago

OK I just fired off

5301, 6566, 5986, 5950, 6750, 6764, 5490, 5756, 5828, 5881, 6620, 6936, 6451, 6982

in quick succession. It looks like only 5301 and 6566 actually triggered the build.

So looks like I'm going to have to downgrade again :(

ilovezfs commented 7 years ago

Well this is weird: https://bot.brew.sh/job/Homebrew%20Core/12736/version=any_sierra/console

Um, wow ... :)

Started by upstream project "Homebrew Core" build number 12736
originally caused by:
 GitHub pull request #6566 of commit 437f42c8f4a6d15c31e6fdafaf04e6df24b2c612, no merge conflicts.
 GitHub pull request #5986 of commit b095a7dbd76bf1f895c59183adf9eedb361890ac, no merge conflicts.
 GitHub pull request #5950 of commit 98357936268d41a7c8c0fc3dd525eb28ec513c0a, has merge conflicts.
 GitHub pull request #6750 of commit 076d4c66ac84e3562f688eb27a47cbdc2286fcf5, no merge conflicts.
 GitHub pull request #6764 of commit 04aea8802603cb149ce0465508f7c4079ba766d3, no merge conflicts.
 GitHub pull request #5490 of commit 390c31eb4bb5f0ff62e9fc9909d77adf1f380c5b, no merge conflicts.
 GitHub pull request #5756 of commit 4035beec3404908eb37bfe19c1216e9a6a216101, has merge conflicts.
 GitHub pull request #5828 of commit eefd630c607ab59236bdc04c81dce39d4234cc03, no merge conflicts.
 GitHub pull request #5881 of commit 08166fd22c728e11cc89d2cc9755e90c2c0364e9, no merge conflicts.
 GitHub pull request #6620 of commit c30bd8e1effee167ba050bab9704c6f889d59ac9, no merge conflicts.
 GitHub pull request #7595 of commit 96d851f98f96e9f6c49fb40095cbdfa569f3581a, no merge conflicts.
 GitHub pull request #6936 of commit 2f2433244383985263fd10765c6825786fb66052, no merge conflicts.
 GitHub pull request #6451 of commit cc66169fb756d2ac55971ee11be2c6c1aff0e27d, no merge conflicts.
 GitHub pull request #6982 of commit 3011fe0d69cf44f46aad5a0e396754d0279adf90, no merge conflicts.
[EnvInject] - Loading node environment variables.
ilovezfs commented 7 years ago

OK, I downgraded and now all builds triggered as expected. So I'm going to need to leave it on the older version for now since this has to work or the other Homebrew maintainers will probably do something unpleasant to me :)

benpatterson commented 7 years ago

@ilovezfs Interesting. And, just from a high-level, when upgrading to the latest, did you restart services?

Did you happen to look at your logs with the FINE setting to see more detail from ghprb?

ilovezfs commented 7 years ago

Yeah, I unloaded the plist and then reloaded it.

Did you happen to look at your logs with the FINE setting to see more detail from ghprb?

Nope.

You'll have to tell me a bit more about how to do that and where the log files are that you want because I'm quite Jenkins-ignorant.

benpatterson commented 7 years ago

@ilovezfs Sorry I'm not sure what you mean by plist

In terms of logging, you can peek in on more fine-grained logging in particular plugin classes. Here's a screenshot of a logger we set up.

To set up a logger, go to Manage Jenkins > System Log, then use the "Add new log recorder" button.

image

benpatterson commented 7 years ago

Hi - I've been looking at this issue this morning, and have not been able to reproduce it. I wonder if you could provide more details?

Sanne commented 7 years ago

Hi all, found this while debugging a very similar issue. We just upgraded to the latest, this was working fine before (unfortunately I didn't write down which version we had previously but it was >1 year old).

I enabled the custom logs as suggested above, and our logs mention "Use webHooks is set, so not running trigger". I created the webhooks manually as I don't want our CI to have admin privileges, but I'm fairly confident that these are correct as we used this setup w/o problems for some years.

We have the "Test phrase" setting set in the global settings ({serverurl}/configure) which is set to the default regex ".test\W+this\W+please."

The specific jobs did not override this setting (the field left empty) but we noticed now that actually stating it explicitly in the job fixes the missing build trigger. Possibly a problem with how the blank setting is interpreted?

We are also seeing new PRs not being triggered, but couldn't identify a pattern yet.

Our CI is publicly accessible, in case that helps this is one of the jobs triggered by github PRs: http://ci.hibernate.org/view/Search/job/hibernate-search-PR/

LinkMJB commented 7 years ago

I believe I am starting to see the same problem. I recently enabled "Only use trigger phrase for build triggering" on a project that was overwhelming our job queue. We decided to establish a process to require the trigger phrase from an admin when a PR was ready to be built, but the result is that none of the PR's are built with this option enabled.

I have tried statically setting "test this please" as the global test phrase, and "ok to test" as the trigger phrase globally and on the specific project, with no effect.

If I disable/uncheck "Only use trigger phrase for build triggering", test phrase triggering works properly.

It is behaving like a regression of: https://github.com/janinko/ghprb/issues/153

LinkMJB commented 7 years ago

Here's a logging example of the behavior with the option enabled, and without the option enabled:

=== With “Only use trigger phrase for build triggering" enabled ===

Mar 02, 2017 6:18:01 PM INFO org.jenkinsci.plugins.ghprb.GhprbPullRequest updatePR Pull request #1,708 was updated/initialized on codice/ddf at 3/2/17 6:17 PM by null (PR update) Mar 02, 2017 6:18:01 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Checking for comments after: 3/2/17 5:17 PM Mar 02, 2017 6:18:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/20/17 11:06 AM Mar 02, 2017 6:18:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/21/17 10:59 AM Mar 02, 2017 6:18:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/21/17 4:40 PM Mar 02, 2017 6:18:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/23/17 2:58 PM Mar 02, 2017 6:18:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/27/17 6:32 PM Mar 02, 2017 6:18:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/28/17 11:47 AM Mar 02, 2017 6:18:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 3/2/17 12:30 PM Mar 02, 2017 6:18:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 3/2/17 6:17 PM Mar 02, 2017 6:18:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made after last update time, ok to test Mar 02, 2017 6:18:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComment [Matthew Bates] Added comment: ok to test Mar 02, 2017 6:18:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComment Admin GHUser@1e9a64db[login=LinkMJB,location=Phoenix, AZ,blog=https://github.com/connexta,email=,name=Matthew Bates,company=Connexta,followers=0,following=0,url=https://api.github.com/users/LinkMJB,id=8824103] gave OK to test

=== Without “Only use trigger phrase for build triggering" enabled ===

Mar 02, 2017 6:24:02 PM INFO org.jenkinsci.plugins.ghprb.GhprbPullRequest updatePR Pull request #1,708 was updated/initialized on codice/ddf at 3/2/17 6:17 PM by null (PR update) Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Checking for comments after: 3/2/17 5:17 PM Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/20/17 11:06 AM Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/21/17 10:59 AM Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/21/17 4:40 PM Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/23/17 2:58 PM Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/27/17 6:32 PM Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/28/17 11:47 AM Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 3/2/17 12:30 PM Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 3/2/17 6:17 PM Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made after last update time, ok to test Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComment [Matthew Bates] Added comment: ok to test Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComment Admin GHUser@14508904[login=LinkMJB,location=Phoenix, AZ,blog=https://github.com/connexta,email=,name=Matthew Bates,company=Connexta,followers=0,following=0,url=https://api.github.com/users/LinkMJB,id=8824103] gave OK to test Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest tryBuild Running the build Mar 02, 2017 6:24:02 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest tryBuild PR is not null, checking if mergable Mar 02, 2017 6:24:03 PM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest tryBuild Running build...

LinkMJB commented 7 years ago

Some more details -- when trying to use the retest phrase it claims that the target branch is either not listed in the whitelist, even though it is -- or that it is not triggered. I haven't been able to figure out the context of the logs in regard to which job/branch the PR poll is performed for/by.

Is this plugin only supported to be used as a single Jenkins project for PR builds against an entire github repo? We have separate jobs created for each branch, in our configuration.

From the master branch PR builder job's config.xml:

<whiteListTargetBranches> <org.jenkinsci.plugins.ghprb.GhprbBranch> <branch>master</branch> </org.jenkinsci.plugins.ghprb.GhprbBranch> </whiteListTargetBranches>

From the org.jenkinsci.plugins.ghprb.GhprbPullRequest logger:

Pull request #1,708 was updated/initialized on codice/ddf at 3/3/17 9:07 AM by null (PR update) Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Checking for comments after: 3/3/17 8:38 AM Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/20/17 11:06 AM Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/21/17 10:59 AM Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/21/17 4:40 PM Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/23/17 2:58 PM Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/27/17 6:32 PM Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/28/17 11:47 AM Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 3/2/17 12:30 PM Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 3/2/17 6:17 PM Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 3/3/17 12:41 AM Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 3/3/17 9:07 AM Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made after last update time, test this please Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComment [Matthew Bates] Added comment: test this please Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComment Retest phrase Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComment Admin GHUser@1e9a64db[login=LinkMJB,location=Phoenix, AZ,blog=https://github.com/connexta,email=,name=Matthew Bates,company=Connexta,followers=0,following=0,url=https://api.github.com/users/LinkMJB,id=8824103] gave retest phrase Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest isAllowedTargetBranch PR #1,708 target branch: master isn't in our whitelist of target branches: org.jenkinsci.plugins.ghprb.GhprbBranch@7fa99c02 Mar 03, 2017 9:08:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest tryBuild Branch is not whitelisted or is blacklisted, skipping the build

Another run

Pull request #1,708 was updated/initialized on codice/ddf at 3/3/17 9:07 AM by null (PR update) Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Checking for comments after: 3/3/17 8:38 AM Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/20/17 11:06 AM Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/21/17 10:59 AM Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/21/17 4:40 PM Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/23/17 2:58 PM Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/27/17 6:32 PM Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 2/28/17 11:47 AM Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 3/2/17 12:30 PM Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 3/2/17 6:17 PM Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 3/3/17 12:41 AM Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made at: 3/3/17 9:07 AM Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComments Comment was made after last update time, test this please Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComment [Matthew Bates] Added comment: test this please Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComment Retest phrase Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest checkComment Admin GHUser@14508904[login=LinkMJB,location=Phoenix, AZ,blog=https://github.com/connexta,email=,name=Matthew Bates,company=Connexta,followers=0,following=0,url=https://api.github.com/users/LinkMJB,id=8824103] gave retest phrase Mar 03, 2017 9:14:02 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest tryBuild Trigger only phrase but we are not triggered

LinkMJB commented 7 years ago

In my configuration, I forgot to mention that the trigger phrase works fine when <onlyTriggerPhrase>true</onlyTriggerPhrase> is set to false. As soon as the trigger phrase is required, the PR's are not built.

LinkMJB commented 7 years ago

Just an update for the issue I was seeing, that I side-tracked this issue with -- it appears that the conditionals for triggering the build trigger are mutually exclusive, which has the potential consequence of short-circuiting if any trigger/whitelist/test phrases match one another (through regex or exact match). Maybe this is similarly impacting what other users are seeing here?

I opened a separate issue here: https://github.com/jenkinsci/ghprb-plugin/issues/499

mcascone commented 3 years ago

I am having the same problem. I don't have a "trigger only" choice in the configuration, only "auto-manage webhooks" which i have enabled.

I don't want to break the current operation of the PR builder, which is great, and automatically creates PR builds when new commits are made. I want to add the ability to rebuild a PR with a magic phrase. (and branches too, idk if this is the forum for that.)

When i enter "retest this please", the build is not triggered, and I can see this in the log:

Dec 01, 2020 11:14:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger

Another observation is that there appear to be entries in the log, each one minute apart, for one comment. The following is for four comments:

Dec 01, 2020 11:14:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:15:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:16:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:17:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:19:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:20:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:21:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:22:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:24:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:25:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:26:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:27:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:29:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:30:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:31:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger
Dec 01, 2020 11:32:00 AM FINE org.jenkinsci.plugins.ghprb.GhprbTrigger
Use webHooks is set, so not running trigger