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
Post a Comment