-
Improvement
-
Resolution: Won't Fix
-
Major
-
WinRT
(And any other OS not supporting Java)
Probably as many users, we use Jenkins to perform tests on different kinds of OS.
We now have to test WinRT / Windows on ARM, but it does not support Java (and might never support Java).
So, would it be possible to have a Java-less equivalent of the slave.jar?
Thanks,
Best Regards
Benoit
[JENKINS-16686] Add support of Java-less slaves (typically for WinRT / Windows on ARM)
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 147510 ] | New: JNJira + In-Review [ 192452 ] |
Sorry, there is no way—the slave agent is just a bootstrapper which loads arbitrary Java code from plugins running build steps and more. You would need to run a slave agent on a proxy machine of some kind and then configure your job to run some sort of remote command on the WinRT system.