s

scriptler

Scriptler allows you to store/edit/execute groovy scripts on any of the slaves/nodes... no need for 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.0.jar download
scriptler-1.0.pom download
scriptler-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.plugins</groupId>
  <artifactId>scriptler</artifactId>
  <version>1.0</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.plugins:scriptler:1.0'
Gradle Kotlin
implementation("org.jvnet.hudson.plugins:scriptler:1.0")
Scala SBT
libraryDependencies += "org.jvnet.hudson.plugins" % "scriptler" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.plugins', module='scriptler', version='1.0')
)
Apache Ivy
<dependency org="org.jvnet.hudson.plugins" name="scriptler" rev="1.0" />
Leiningen
[org.jvnet.hudson.plugins/scriptler "1.0"]
Apache Buildr
'org.jvnet.hudson.plugins:scriptler:jar:1.0'