是否可以在 jenkins git 插件的存储库 url 中使用变量?
https://${GIT_USER}@github.com/e82eric/Prompts.git
当我尝试时,它看起来像是${GIT_USER}
通过而不是替换。
根据Jenkins Git-Plugin page,这应该现在可以工作(2015 年 2 月)。
在已解决的问题中:
最佳解决方案 - 100% 有效
首先将没有变量的整个存储库 url 放在环境变量下。示例:假设我想将 https://f4567123902345@github.google.com/ero/myProject 放在来自 scm Dashboard -> Manage Jenkins -> Configure the System -> Environment variables 点击 Add
现在转到 Repository Url 并将 ${RepoUrl} 放在那里
最后(重要步骤)取消勾选底部的Lightweight checkout
构建它 -> 成功