I have a question about build parameters in Jenkins.
I want add build parameter (url) on Jenkins, and write there any URL, and then use it in code.
Is it posible, and if it is, how I can do this?
System.getenv("PARAM_NAME"); isn't working for me.
Thanks a lot =)