-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR not building for comment at times #333
Comments
I have the same issue. |
Just disable cache. okhttp3's cache looks broken |
Having the same issue here, leaving some delay between trigger events (i.e. comments) works.
What do you mean by cache? Is this in the plugin options? Edit: found it! |
I found what was causing comments to be ignored on my end. I naively used the regex |
Yes, mattern matching is plain. You need add multiline setting in pattern according to java regexp docs. |
Hello,
I'm new to this plugin and really appreciate your help here.
I have configured the plugin as per the instructions provided.
Client cache is set to 20.
My trigger event is "Comment matched to Pattern"
My webhook settings on gitlab.com sends below events
a. Issue Comments
b. Pull requests
Expected flow:
Actual result:
When a comment matches my pattern, build is getting triggered and the build status is being reported before and after the build. This is working as per my expectation.
Actual issue I'm facing:
The comment based trigger of build is not happening at times. Below is the flow
Comment matched to pattern: matching comment TEST-MERGE"
I'm not exactly able to explain the sequence when this issue occurs. But this has been observed frequently. I waited for atleast 10-15 minutes before retrying with the same comment.
The text was updated successfully, but these errors were encountered: