Replacement for Jenkins Scriptler plugin?

4.9k Views Asked by At

It looks like the Jenkins Scriptler plugin is no longer available, due to security reasons: https://wiki.jenkins-ci.org/display/JENKINS/Scriptler+Plugin

"Distribution of This Plugin Has Been Suspended"

Is there a similar plugin that I could use to run saved Groovy scripts?

2

There are 2 best solutions below

3
Anulita Sahu On BEST ANSWER

Hi you can store your groovy scripts in Managed Files and pass the parameters to groovy script through Extended Choice Parameters Plugin.

Or else you can download Scriptler plugin source code and add it to your /var/lib/jenkins/plugin folder and start Jenkins server. It will work fine.

0
twasbrillig On

For removed plugins: You can find the .hpi file on archive sites on the internet, and then in Jenkins in Manage Plugins, use the "Advanced" tab > "Upload Plugin" to install it.