I am tring to create a groovy script where i need to make a call to different master from another master to get some information. so i want to know if there is any possibility to start an instance on diffent master from another master in groovy.
Asked
Active
Viewed 109 times
1 Answers
0
I'm not entirely sure what your trying to do but you can run a post-initialization-script that may help you
You can create a Groovy script file $JENKINS_HOME/init.groovy, or any .groovy file in the directory $JENKINS_HOME/init.groovy.d/
https://wiki.jenkins.io/display/JENKINS/Post-initialization+script

Hammett
- 375
- 3
- 11