-
Notifications
You must be signed in to change notification settings - Fork 250
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
MR pipelines sent through webhooks are rejected in webhook
way.
#889
Comments
Same problem. I tried with all the options I can think of (project_defaults, wildcards, projects configuration). I cannot get the branch trunk to work.
I get errors for trunk and MRs and doesn't matter what I change I cannot make it work, I tried many combinations.
|
Looks like your regex is not working... Have you tried looking at that?? Maybe quote the regex expression?? |
@StefanOid sure,
|
ci-test is not a valid regex expression. ^ci-test$ would match what you have. Basically .* in "" (github is removing star symbol for some reason) |
@StefanOid yes, I already add it into regex, but it is failed, same problem
|
can you show me the working configuration you had with main? |
don't use main, only ci-test. |
You said it is working for main branch. Is it the same config?
Kind Regards,
Stefan Birca
Tel: 07761916718
…On Wed, 25 Sep 2024 at 12:52, ZhaoUncle ***@***.***> wrote:
@StefanOid <https://github.com/StefanOid> yes, I already add it into
regex, but it is failed, same problem
^(?:ci-test)$
can you show me the working configuration you had with main?
don't use main, only ci-test.
—
Reply to this email directly, view it on GitHub
<#889 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOIBF6KDKAMLKA6GVK5Y5DZYKPZLAVCNFSM6AAAAABOXYZ3C2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZTHA3DOMRTGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
yes, only this config, no another |
use this config, same problem, |
@jose-sky @StefanOid |
hello @mvisonneau ,
issues:
I through
webhook
to push metrics into exporter,as the project usemain
branch to ci pipeline, it is ok from exporter logs.but if I use
ci-test
branch to test , it is failed. I can't get metrics aboutci-test
branch ci pipelineversion: gitlab-ci-pipelines-exporter:v0.5.8
logs:
config:
The text was updated successfully, but these errors were encountered: