|
||||||||
|
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/groups/opt_out.

Disclaimer: This approach works on my installation (1.509.4), but it actually corrupts the normal flow and may lead to serious classloading issues.
You will need a Groovy plugin...
A simple manual approach:
1) Go ${JENKINS_URL}/computer/${NODE_NAME}/script
2) Call "http://arcjenkinsdev/computer/ru20-hw-farm23/script"
After that, the Jar caching will be disabled till the node's reconnection. Please note that it may affect the performance of node.
In order to setup an automatic cache disabling, just use Startup Trigger together with a System Groovy Script build step.
https://wiki.jenkins-ci.org/display/JENKINS/Startup+Trigger