In Jenkins I have a string parameter HOST. After this parameter I have a dynamic parameter URL. This parameter needs to be a concatenation of strings, including the previously defined HOST parameter.
I have been unable to find out how to do this.
The motivation for this is subsequent parameters will also use this HOST parameter.




