詹金斯中 git 的动态参数

Dynamic parameter with git in jenkins

有没有办法在 jenkins 中动态获取 git 参数

https://mygitaddressnothere:8888/$mygit.git

假设我正在使用变量 mygit.

经过一段时间,我才知道参数的使用方法。

https://mygitaddressnothere:8888/${mygit}.git 

而不是:

http://mygitaddressnothere:8888/$mygit.git