tom_13
17 years agoContributor
get property
Hi all, I need to get HashMap from one groovy script to another. It is posible if save it into global property or result of script. But it can be saved only as a string. Then I need parse string to...
//First script
var hashMap = ...
context.myvar = hashMap
//Second script
def hashMap = context.myvar