|
||||||||
|
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.

Oh, and the slave is configured with the following settings:
Usage = Utilize this slave as much as possible
Launch method = Launch slave agents on Unix machines via SSH
Port = 22
JVM Options = -Djava.awt.headless=true
Availability = Take this slave on-line when in demand and off-line when idle
In demand delay = 0
Idel delay = 60
Environment variables is checked with things like ARCH, BUILD_TYPE, CCACHE_DIR, OS, etc set.
Prepare job environment is also checked to setup PATH and LD_LIBRARY_PATH (Can't seem to set these two with just "Environment variables" settings)
Configured credentials to login to the build account.
All other options are default/empty.