-
Bug
-
Resolution: Unresolved
-
Critical
-
None
When setting multiple installers in the global config, the tool will always install the first listed, and will not correctly select per platform / cpu type of each node.
Should probably autodetect based on node type, or have some option to filter by label.
Example, check the nodejs install tool, which does the autodetection:
https://github.com/jenkinsci/nodejs-plugin/blob/3e952e8c85548a992f84cf682e69440702d76780/src/main/java/jenkins/plugins/nodejs/tools/NodeJSInstaller.java#L169