jenkinsci / amazon-ecs-plugin

Amazon EC2 Container Service Plugin for Jenkins
https://plugins.jenkins.io/amazon-ecs
MIT License
192 stars 227 forks source link

Specify agent tool location #314

Open wkozak-eh opened 1 year ago

wkozak-eh commented 1 year ago

What feature do you want to see added?

In static Jenkins nodes, we are able to specify tool location - so that when master node is Windows and uses Git from C:\Program Files\Git\bin\git, we can then specify that the Linux agents uses git at /usr/bin/git.

We tried to use tool syntax, to override this from pipeline side, but unfortunately it doesn't work as expected.

Thank you for all of your help!

Screenshot 2023-04-11 at 10 11 49 AM

Upstream changes

No response