Questions tagged [jenkins-scriptler]

The Jenkins Scriptler Plugin allows you to store/edit groovy scripts and execute it on any of the slaves/nodes of a Jenkins instance.

The Jenkins Scriptler Plugin allows you to store/edit groovy scripts and execute it on any of the slaves/nodes of a instance.

88 questions
2
votes
1 answer

scriptler.git repository responds with 404 screen

When i access the Git Repo sub-menu of the scriptler interface in jenkins using scriptler-plugin, I get a 404 screen. When i try to add a script, I get a NPE when i try to retrieve the repository and the JENKINS_URL/scriptler.git is not a…
coderatchet
  • 8,120
  • 17
  • 69
  • 125
2
votes
1 answer

Jenkins dynamic build parameters using project workspace resources

i am trying to establish some dynamic build parameters for a couple of Jenkins Jobs. I already found Dynamic Parameter Plug-in and Extensible Choice Parameter plugin. Both are able to use groovy scripts for their input. Now comes the tricky part. I…
dag
  • 1,133
  • 12
  • 25
2
votes
2 answers

Dynamic parameter selection in Jenkins scriptler

I have a parameterized build job in Jenkins which takes few parameters. My requirement is to dynamically modify the values in the parameter dropdowns based on previous parameter selection. Like the parameters will be Release Name Technology…
1
vote
1 answer

Jenkins active choice parameter loses in HTML

I use Scriptler plagin and active choice parameters that return html. Now I need insert section in that html. I try do it like this if (!Settings.contains("ExtraDeployTargets")) { return ""; } html = """