richie
6 years agoCommunity Hero
Insert Prefix to a Groovy Generated Substring value?
Hi,
I have the following groovy script step which grabs a property value in the Properties step (Properties), parses it using a substring like function and writes this substring value to anothe...
- 6 years ago
Try:
namePropertyvaluePartial = "~" + namePropertyvaluePartial // or namePropertyvaluePartial = "~${namePropertyvaluePartial}"