'Can Jenkins Scriptler be Configured for a Groovy Script on the Master Node to be used For Builds on Remote Nodes?
On Jenkins, I have a Groovy script written that I would like to run across many different projects which are in turn, restricted to run on various slave nodes. The groovy script resides on the master node. Using scriptler and adding a "Execute system groovy script" to the build section will cause Jenkins to look for the defined script file on the node that the project was previously restricted to run on rather than the default master groovy script folder. I was hoping to have all projects utilize the same script on the master node.
The script does work as intended as I can copy the contents of the groovy script into the build step and that works.
Thanks!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
