groups for projects and nodes

2014-03-15 Thread Philipp Kraus
Hello, I'm running a Jenkins master which should use different projects and different user groups. The authentification is used a LDAP but the LDAP groups should not be used for Jenkins. I'm testing the https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin plugin to create roles wit

Re: Installation of JDK 7u21 fails / LTS 1.532.2

2014-03-15 Thread Daniel Beck
On 15.03.2014, at 13:33, Markus KARG wrote: > Update: I have manually downloaded and installed the very same JDKs at the > same location without any problem. So it is definitively a bug in Jenkins. Did you install them using the same silent install, suppress reboot, etc. command line? Is the

Re: Installation of JDK 7u21 fails / LTS 1.532.2

2014-03-15 Thread Markus KARG
Update: I have *manually *downloaded and installed the very same JDKs at the same location without any problem. So it is definitively a bug in Jenkins. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop re

Re: Jenkins LTS 1.532.2 rather often fails when checking Java on Window 7 slaves

2014-03-15 Thread Markus KARG
I see. The problem definitively only happens with the "Windows server" launch method. JNLP agent is working well, even when installed as a service itself. Am Samstag, 15. März 2014 08:27:06 UTC+1 schrieb Richard Bywater: > > I think Daniel is trying to help ascertain whether the problem is just

java.lang.NoClassDefFoundError: hudson/maven/MavenModuleSet

2014-03-15 Thread dev123
I am writing a jenkins plugin. In the plugin I have a class that extends Builder which has a method that checks if a given project is a MavenModuleSet: if (workerProject instanceof MavenModuleSet) { MavenModuleSet mavenModuleSet = (MavenModuleSet) workerProject; mavenModuleSet.se

Re: Jenkins LTS 1.532.2 rather often fails when checking Java on Window 7 slaves

2014-03-15 Thread Richard Bywater
I think Daniel is trying to help ascertain whether the problem is just with the "Windows service" launch method or all the launch methods in a bid to try and track down where the problem may lie. Richard. On Sat, Mar 15, 2014 at 8:21 PM, Markus KARG wrote: > It is rather obvious that the messa

Re: Jenkins LTS 1.532.2 rather often fails when checking Java on Window 7 slaves

2014-03-15 Thread Markus KARG
It is rather obvious that the message does not appear for JNLP slaves. But what does that help? I don't want to use JNLP. Am Samstag, 15. März 2014 01:11:10 UTC+1 schrieb Daniel Beck: > > > On 14.03.2014, at 23:52, Markus KARG > > wrote: > > > at > hudson.os.windows.ManagedWindowsServi