Jenkins 管道参数:可用 git 存储库列表
Jenkins Pipeline parameter: list of available git repositories
我想创建一个管道,其中一个参数是可用存储库列表中的 git 存储库。该列表类似于您在使用 bitbucket 存储库创建多分支管道时看到的列表。
有没有可以做到这一点的插件?自己做一个很难吗?
我应该觉得比较新的REST List Parameter would work in these circumstances, as long as the repository host supports the plugin authentication mechanisms. It's kind of an HTTP Request extension for Build with Parameters插件。
插件作者(不是我)对积极的反馈和有用的增强请求非常敏感。
我想创建一个管道,其中一个参数是可用存储库列表中的 git 存储库。该列表类似于您在使用 bitbucket 存储库创建多分支管道时看到的列表。
有没有可以做到这一点的插件?自己做一个很难吗?
我应该觉得比较新的REST List Parameter would work in these circumstances, as long as the repository host supports the plugin authentication mechanisms. It's kind of an HTTP Request extension for Build with Parameters插件。
插件作者(不是我)对积极的反馈和有用的增强请求非常敏感。