|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Did some further investigating on our end and found this issue was being caused by the labels on our JDK Installers.
Jobs that were consistently failing were set to use an installer with the label "linux" (as seen in jdk-installations.jpg, attached). However, none of our slaves were actually labeled "linux" in Jenkins. When a build would start, Jenkins would check the prescribed JDK, look over its installers, see that none of them match its labels, and move on to the default JDK setting: /bin/java
We've fixed the label misalignment on our Jenkins instance and all builds are accepting these JDKs without incident.
This said: