Dynamic parameter with git in jenkins -


is there way git parameter dynamically in jenkins?

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

suposing using variable mygit.

after time, found out how use parameter.

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

instead of:

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

Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -