-
Bug
-
Resolution: Unresolved
-
Minor
script can not run on node specified for the job
when trying to use the groovy script option for active choice plugin, the script run only on master. need to add ability to distinguish the machine on which the job will run and run the groovy script on that machine.
point to consider:
jobs can run on several machines so adding just a checkbox to run script on remote like the implementation on dynamic paramter plugin is probably not enough. instead it would be better to specify the node tag on which you want to run the script.
Thanks Ioannis!
But it can not solve my issue as it may need to run an http server on the slave to fetch the file this way.
In my believe, the feature the present issue talks about, is like a "code copy paste" easy to fix as this feature is already present in DynamicParameter plugin.
If not possible, let me flip back to another option (Seeking ReactiveParameter feature in DynamicParameter plugin) and see if it can help. Just created a request for this.
https://issues.jenkins-ci.org/browse/JENKINS-35495