Hi,
is it possible to change the used JDK for all projects?
I tried this with the Groovy script console but I'm at a loss.
My script:
import hudson.model.*
def h = Hudson.getInstance()
def p = h.getProjects()
for (n in p)
{
// do something to set JDK x ???
}
Thanks,
--
Matthias Waller
---------------------------------------------------------------------
To unsubscribe, e-mail:
[hidden email]
For additional commands, e-mail:
[hidden email]