s

script-realm

Supports authentication by exeuting a custom script, to resolve groups for a user, a second script can be defined.
http://wiki.hudson-ci.org/display/HUDSON/Script+Security+Realm
The MIT license
Winston Prakash Dominik Bartholdi
文件下载
文件名 操作
script-realm-1.6-h-2.jar 下载
script-realm-1.6-h-2.pom 下载
script-realm-1.6-h-2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.hudsonci.plugins</groupId>
  <artifactId>script-realm</artifactId>
  <version>1.6-h-2</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.hudsonci.plugins:script-realm:1.6-h-2'
Gradle Kotlin
implementation("org.hudsonci.plugins:script-realm:1.6-h-2")
Scala SBT
libraryDependencies += "org.hudsonci.plugins" % "script-realm" % "1.6-h-2"
Groovy Grape
@Grapes(
  @Grab(group='org.hudsonci.plugins', module='script-realm', version='1.6-h-2')
)
Apache Ivy
<dependency org="org.hudsonci.plugins" name="script-realm" rev="1.6-h-2" />
Leiningen
[org.hudsonci.plugins/script-realm "1.6-h-2"]
Apache Buildr
'org.hudsonci.plugins:script-realm:jar:1.6-h-2'