I suspect the error is being thrown by the JDK installer tool and is unrelated to EnvInject. Do you have a full stack trace, and are you using a JDK tool in your build configured with the “Install from java.sun.com <http://java.sun.com/>” method to install JDK 9? if so, it looks like Oracle has removed the 32-bit JDK 9 downloads <https://stackoverflow.com/a/46371775>, so I guess you could use JDK 8 instead.
> On Dec 1, 2017, at 1:20 PM, Steve K <[email protected]> wrote: > > Hello, > > Has anyone else been plagued with these fatal errors recently? > Environment Inject bombs at the beginning of jobs running on i386 based OS's. > In the stack dump, the message "Couldn't find the right download for WINDOWS > and i386 combination" is seen. > My Windows Jenkins server is v 2.46.2. > I just upgraded to "EnvInject API Plugin" v 1.4 and "Environment Injector > Plugin" v2.1.5 > > Thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/18be29f5-ebf5-4a0c-a7c9-d1e159add813%40googlegroups.com > > <https://groups.google.com/d/msgid/jenkinsci-users/18be29f5-ebf5-4a0c-a7c9-d1e159add813%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/DC8EF752-16A1-467B-A44D-6B08A9333491%40cloudbees.com. For more options, visit https://groups.google.com/d/optout.
