Groovy web console

subscribe to the feed Subscribe
to this
site

Jfrog Groovy weirdness

Published 3 months ago by Prash
Actions Execute script  ▶ Edit in console Back to console Show/hide line numbers View recent scripts
def params = [dryRun : [true]]
def dryRun = params['dryRun'] ? params['dryRun'][0] as boolean : false