-
Improvement
-
Resolution: Unresolved
-
Major
-
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 ?