-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: active-choices-plugin
-
None
In declarative pipeline script in which I am using active-choices-plugin with groovy script to fetch some value using aws cli, this aws cli will only work from slave node, master don't have access, when I try to run this job it active-choices-plugin is only executing in master node not in slave nodeÂ
Â
pipeline {
  agent
{
  node
 Â
Please help how to achieve this ? how to make active choices parameter to run in slave instead of master ?