s

script-security

Allows Jenkins administrators to control what in-process scripts can be run by less-privileged users.
https://github.com/jenkinsci/script-security-plugin
MIT License
CrafterCMS
Sumer Jabri
Files download
File Operation
script-security-1.72.6.jar download
script-security-1.72.6.pom download
script-security-1.72.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.craftercms</groupId>
  <artifactId>script-security</artifactId>
  <version>1.72.6</version>
</dependency>
Gradle Groovy
implementation 'org.craftercms:script-security:1.72.6'
Gradle Kotlin
implementation("org.craftercms:script-security:1.72.6")
Scala SBT
libraryDependencies += "org.craftercms" % "script-security" % "1.72.6"
Groovy Grape
@Grapes(
  @Grab(group='org.craftercms', module='script-security', version='1.72.6')
)
Apache Ivy
<dependency org="org.craftercms" name="script-security" rev="1.72.6" />
Leiningen
[org.craftercms/script-security "1.72.6"]
Apache Buildr
'org.craftercms:script-security:jar:1.72.6'