Forum Discussion
M_McDonald
14 years agoSuper Contributor
Put the map in the context in the first Groovy script:
Then use it in the subsequent Groovy script:
context.put('mymap', mamap)Then use it in the subsequent Groovy script:
def mymap = context.get('mymap')