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+Plugin
domi
文件下载
文件名 操作
scriptler-1.3.jar 下载
scriptler-1.3.pom 下载
scriptler-1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.plugins</groupId>
  <artifactId>scriptler</artifactId>
  <version>1.3</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.plugins:scriptler:1.3'
Gradle Kotlin
implementation("org.jvnet.hudson.plugins:scriptler:1.3")
Scala SBT
libraryDependencies += "org.jvnet.hudson.plugins" % "scriptler" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.plugins', module='scriptler', version='1.3')
)
Apache Ivy
<dependency org="org.jvnet.hudson.plugins" name="scriptler" rev="1.3" />
Leiningen
[org.jvnet.hudson.plugins/scriptler "1.3"]
Apache Buildr
'org.jvnet.hudson.plugins:scriptler:jar:1.3'