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

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -