Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-16686

Add support of Java-less slaves (typically for WinRT / Windows on ARM)

      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)

          Jesse Glick added a comment -

          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.

          Jesse Glick added a comment - 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.

          Ok thanks for the quick answer.
          Indeed, what you suggests was our Plan B.

          Benoit Belbezet added a comment - Ok thanks for the quick answer. Indeed, what you suggests was our Plan B.

            ndeloof Nicolas De Loof
            benoit_belbezet Benoit Belbezet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: