s

scriptler

Scriptler allows you to store/edit/execute groovy scripts on any of the slaves/nodes... no need to copy paste groovy code anymore. Beside administer your scripts, Scritpler also provides a way to share scripts between users via hosted script catalogs on the internet.
http://wiki.hudson-ci.org/display/HUDSON/Scriptler
domi
Files download
File Operation
scriptler-1.1.jar download
scriptler-1.1.pom download
scriptler-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.plugins</groupId>
  <artifactId>scriptler</artifactId>
  <version>1.1</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.plugins:scriptler:1.1'
Gradle Kotlin
implementation("org.jvnet.hudson.plugins:scriptler:1.1")
Scala SBT
libraryDependencies += "org.jvnet.hudson.plugins" % "scriptler" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.plugins', module='scriptler', version='1.1')
)
Apache Ivy
<dependency org="org.jvnet.hudson.plugins" name="scriptler" rev="1.1" />
Leiningen
[org.jvnet.hudson.plugins/scriptler "1.1"]
Apache Buildr
'org.jvnet.hudson.plugins:scriptler:jar:1.1'