gpt4 book ai didi

git - 无法在 jenkins 中过滤 github webhook 触发器

转载 作者:行者123 更新时间:2023-12-05 06:32:24 25 4
gpt4 key购买 nike

我已经按照下面给出的链接触发我的 jenkins pipeline 作业,仅当主分支上发生推送时。 https://wiki.jenkins.io/display/JENKINS/Generic+Webhook+Trigger+Plugin

github中的配置: Github Webhook configuration

为了根据有效负载“ref”标签进行过滤,在 jenkins 管道作业中设置了可选的过滤器。 Assigning ref value to 'ref' variable

然后我在“ref”变量上应用了可选的过滤器,只允许 ma​​ster 分支 Filter 'ref' variable

最后添加了一个 token 过滤器,它对我的​​存储库是唯一的 Token filter

token 过滤器按预期工作,但 ref 变量上的过滤器对管道作业没有任何影响。无论在正则表达式上给出什么值,作业都会被触发。

例如。即使我删除标签,作业也会被触发! 'ref' tag when a tag was deleted

我无法理解这种行为,我也不认为我在配置中遗漏了什么。非常感谢您的帮助。

最佳答案

由于您使用的是 token ,这可以解释为什么作业操作系统总是被触发:

Trigger only specific job

When using the plugin in several jobs, you will have the same URL trigger all jobs. If you want to trigger only a certain job you can:

  • Use the token-parameter and have different tokens for different jobs. Using only the token means only jobs with that exact token will be visible for that request. This will increase performance and reduce responses of each invocation.
    • Or, add some request parameter (or header, or post content) and use the regexp filter to trigger only if that parameter has a specific value.

在您的情况下,尝试在您的 URL 中仅使用 un:pw(用户名/密码),而不使用 token ,以查看您的可选过滤器是否适用。

关于git - 无法在 jenkins 中过滤 github webhook 触发器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51354532/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com