Jenkins 插件 - 私有 git - 自动模式 webhook
Jenkins Plugin - private git - automatic mode webhook
我实际上是来自这个问题。我遵循了将 github 插件集成到我的 jenkins 中的步骤,以便在将某些内容推送到 master 时自动构建。
我按照官方文档https://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin。
- 我在第 2 步之前创建了私人 git 服务器令牌。
- 在我的 jenkins "credentials" 页面中,我使用我的用户名和密码新建了 "secret"。美好的。
真正的问题
无法在凭据下拉列表中访问新创建的 Oath-Token-Secret。
出于安全原因,我已从屏幕截图中删除了私人 git URL,但我在尝试 select 凭据之前输入了它。
詹金斯版本:2.20
Step 2.2提到:
Note that credentials are filtered by entered GH url with help of domain requirements.
So you can create credentials in different domains and see only credentials that matched by predefined domains.
在您的情况下,您是否应该输入 GitHub 私有存储库 url first;在尝试 select 凭据之前?
秘密文本凭证插件在配置中 'excluded'。加回去,解决了。
我实际上是来自这个问题
我按照官方文档https://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin。
- 我在第 2 步之前创建了私人 git 服务器令牌。
- 在我的 jenkins "credentials" 页面中,我使用我的用户名和密码新建了 "secret"。美好的。
真正的问题
无法在凭据下拉列表中访问新创建的 Oath-Token-Secret。
出于安全原因,我已从屏幕截图中删除了私人 git URL,但我在尝试 select 凭据之前输入了它。
詹金斯版本:2.20
Step 2.2提到:
Note that credentials are filtered by entered GH url with help of domain requirements.
So you can create credentials in different domains and see only credentials that matched by predefined domains.
在您的情况下,您是否应该输入 GitHub 私有存储库 url first;在尝试 select 凭据之前?
秘密文本凭证插件在配置中 'excluded'。加回去,解决了。