Groovy Shell
groovy version
${this.groovyVersion!''}
Warning
: the Groovy Shell potentially makes at your disposal the entire Magnolia API. If not used properly and judiciously, this means that
you could make permanent damages to your repository
, such as delete all your data.
Use it at your own risk.
Upload groovy script
Groovy script
${this.groovyScript!''}
[#if message?exists]
${message}
[/#if]