Jenkins doesn't care that needed JDK is not configured on slave

2014-04-29 Thread karg
As we need a lot of manually installed tools, we decided to have strictly separated slaves and provide rather lots of labels to get each project built on the right slave. This works really good so far. Now we thought we could spare at least the label for the JDK, as Jenkins in a sense has all

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 mar...@headcrashing.eu javascript: wrote

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

2014-03-15 Thread Markus KARG
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 mar...@headcrashing.eujavascript: wrote: It is rather obvious that the message does not appear for JNLP slaves

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: Build Fails with Failed to install JDK. Exit code=1,603

2014-03-14 Thread karg
That is not a solution to the cause of the problem but just a workaround for people being happy with the JDK preinstalled on the host already. You just skip installation of the JDK, but you do not make it work using this. People suffering from the same problem but NEED the a particular JDK

Re: Installation of JDK 7u21 fails / LTS 1.532.2

2014-03-14 Thread Markus KARG
Benutzer Markus Karg Baue auf Slave Trunk in workspace C:\.jenkins\workspace\Tool (4.35) Installing C:\.jenkins\tools\hudson.model.JDK\JDK_7u21\jdk.exe [JDK_7u21] $ C:\.jenkins\tools\hudson.model.JDK\JDK_7u21\jdk.exe /s ADDLOCAL=ToolsFeature REBOOT=ReallySuppress

Re: CLI list-jobs words, but get-job on ANY of the listed jobs says No such job

2014-03-13 Thread karg
That is weird and told nowhere! :-( How to get the real job name from the listed display job names? Am Mittwoch, 12. März 2014 22:32:55 UTC+1 schrieb Daniel Beck: Likely because list-jobs prints the display name, while get-job requires the actual job name to be specified. Another

CLI list-jobs words, but get-job on ANY of the listed jobs says No such job

2014-03-12 Thread karg
When I do list-jobs in the CLI it lists all my jobs, e. g.: A B C When I then do get-jobs with ANY of that jobs, it says No such job, e. g. No such job 'A'. What the heck am I doing wrong...? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To

Installation of JDK 7u21 fails / LTS 1.532.2

2014-03-12 Thread karg
! :-) Gestartet durch Benutzer Markus Karg http://jenkins.quipsy.local:8080/user/karg Baue auf Slave Trunk http://jenkins.quipsy.local:8080/computer/QUIPSY%C2%AE%20CAQ%20(Trunk) in workspace C:\.jenkins\workspace\Tool (4.35) Installing C:\.jenkins\tools\hudson.model.JDK\JDK_7u21\jdk.exe [JDK_7u21] $ C

Doesn't poll for subversion changes when set to H * * * * or H/1 * * * * but polls fine with * * * * * and H/2 * * * * !?

2014-03-11 Thread karg
I have enabled a Jenkins job to poll for subversion changes every minute (H * * * * or H/1 * * * *). When I check the last poll status, it says last poll was an hour ago! So it does not poll every minute, aparently, using H * * * * or H/1 * * * *! The Jenkins log file does not contain any

Re: Doesn't poll for subversion changes when set to H * * * * or H/1 * * * * but polls fine with * * * * * and H/2 * * * * !?

2014-03-11 Thread karg
Understood. But why is H/2 working, while H/1 is not? Am Dienstag, 11. März 2014 12:29:27 UTC+1 schrieb Stephen Connolly: AFAIK `H * * * *` means poll once per hour at a random minute in the hour On 11 March 2014 11:25, ka...@quipsy.de javascript: wrote: I have enabled a Jenkins job to

Re: Doesn't poll for subversion changes when set to H * * * * or H/1 * * * * but polls fine with * * * * * and H/2 * * * * !?

2014-03-11 Thread karg
Actually what I want is once a minute, but not exactly at second number zero, as I have lots of SVN jobs and want to spread these evenly of the current minute. Am Dienstag, 11. März 2014 13:13:17 UTC+1 schrieb Stephen Connolly: It's a hacky syntax... H * * * * can only sensibly mean once

Re: Doesn't poll for subversion changes when set to H * * * * or H/1 * * * * but polls fine with * * * * * and H/2 * * * * !?

2014-03-11 Thread karg
Sounds interesting. How to do that? Am Dienstag, 11. März 2014 13:25:04 UTC+1 schrieb Stephen Connolly: just limit concurrent polling and they'll form a queue On 11 March 2014 12:18, ka...@quipsy.de javascript: wrote: Actually what I want is once a minute, but not exactly at second number

Re: Doesn't poll for subversion changes when set to H * * * * or H/1 * * * * but polls fine with * * * * * and H/2 * * * * !?

2014-03-11 Thread karg
Found it! Thank you for that tip. :-) Am Dienstag, 11. März 2014 15:35:55 UTC+1 schrieb Stephen Connolly: If you have enough jobs it's an option on the main jenkins configuration page (I forget the exact name or the number of jobs to get the option to display) On 11 March 2014 14:32,

Re: How to tell Jenkins to provide settings.xml to Maven?

2014-03-06 Thread karg
It is a MavenBuilld, not a FreestyleBuild, that's why I am rather confused. The MavenBuild correctly BUIILDSin fact, but is unable to publish to the repository (unauthorized), which is a proof that the personal settings.xml provided by the config plugin is NOT considered by that job option (at

Re: How to tell Jenkins to provide settings.xml to Maven?

2014-03-06 Thread karg
Updates Jenkins to latest LTS release, and updated config file provider to latest. The problem is still there: The RedeployPublisher tells me it is using this file: Maven RedeployPublisher use remote XXX maven settings from :

Re: How to tell Jenkins to provide settings.xml to Maven?

2014-03-06 Thread karg
Ok I am a step further now and have it running, and I think I know what the problem is. First of all, I confirm that Use default maven global settings is working very well and it effectively leads to using the configured global settings.xml provided by the Config File Provider plugin. Also I

How to tell Jenkins to provide settings.xml to Maven?

2014-03-05 Thread karg
I have configured the Config File plugin to provide a custom settings.xml. But it seems the Jenkins slave is not using it. How to tell Jenkins that the Maven installation it automatically pushes on the slave shall use that custom settings.xml file? I thought Config File plugin would automatically

Re: Jenkins 1.514 successfully uses explicitly told ANT version to build, but fails to find ANT when asking to use Standard.

2013-10-24 Thread karg
There is none installed and I actually don't want to manually install one as Jenkins has an auto-install facility. So I do not see any other solution than specifying ANT 1.9 in the job, as obviously Jenkins does not have a I don't care, just install any feature. Am Mittwoch, 23. Oktober 2013

Re: Jenkins 1.514 successfully uses explicitly told ANT version to build, but fails to find ANT when asking to use Standard.

2013-10-23 Thread karg
It would be great if there would simply be a Standard: [ANT 1.9] selection box in Jenkins' ANT installations section, so I could avoid manually installing it! :-) Am Dienstag, 22. Oktober 2013 16:08:01 UTC+2 schrieb Daniel Beck: I used the tool whose version is least significant in most of my

Re: Jenkins 1.514 successfully uses explicitly told ANT version to build, but fails to find ANT when asking to use Standard.

2013-10-22 Thread karg
Are you sure you are talking about ANT? It sounds like you talk about JDK. Am Freitag, 18. Oktober 2013 18:55:22 UTC+2 schrieb Daniel Beck: The 'default' tool version uses whatever is the preferred version on the node's PATH. In this case, there is none. This can be useful when you don't

Re: Jenkins 1.514 successfully uses explicitly told ANT version to build, but fails to find ANT when asking to use Standard.

2013-10-22 Thread karg
In my particular case, the ANT script to run is so ridiculously simple that it won't fail ever. It consists only of a single exec. So I'd be happy if I could just tell Jenkins that it shall just pick any ANT to do the job. Am Montag, 21. Oktober 2013 11:39:52 UTC+2 schrieb Andreas Schilling:

Re: Jenkins 1.514 successfully uses explicitly told ANT version to build, but fails to find ANT when asking to use Standard.

2013-10-22 Thread karg
No, it is not. I want Jenkins to install ANT and then use that one, which works fine if I specify an explicit ANT version in the job. But I don't care that the exact version, as the job in fact would run with really any version of ANT. Am Dienstag, 22. Oktober 2013 14:53:12 UTC+2 schrieb

Jenkins 1.514 successfully uses explicitly told ANT version to build, but fails to find ANT when asking to use Standard.

2013-10-18 Thread karg
I have installed Jenkins 1.514 and told it to automatically provide solely ANT 1.9.2 from Apache. So there is only ANT 1.9.2 on Master and no other ANT installation. Then I created a project with the Run Ant build task and explicitly specified to use ANT 1.9.2 in the ANT version configuration

Panic! Jenkins fails building Maven project, but Maven on the same slave succeeds?!

2013-07-22 Thread Markus KARG
Dear Jenkins Community, please help me before I drive nuts! Jenkins fails building one of my projects since I released another version of its Maven parent POM...: [ERROR] The build could not read 1 project - [Help 1][ERROR] [ERROR] The project ... (C:\.jenkins\workspace\...\pom.xml) has 1

Re: Panic! Jenkins fails building Maven project, but Maven on the same slave succeeds?!

2013-07-22 Thread Markus KARG
looks as if the Maven integration in Jenkins has a rather strange bug...! Am Montag, 22. Juli 2013 10:16:46 UTC+2 schrieb Markus KARG: Dear Jenkins Community, please help me before I drive nuts! Jenkins fails building one of my projects since I released another version of its Maven parent POM

Re: SVN polling is hanging

2013-05-17 Thread Markus KARG
, 16. Mai 2013 16:09:08 UTC+2 schrieb Markus KARG: Since few days SVN polling is hanging on my Jenkins 1.514. The polling protocol says that polling startet days ago, but there is nothing more to find in the log. This is really strange. Any ideas what to check or how to fix this? -- You

SVN polling is hanging

2013-05-16 Thread Markus KARG
Since few days SVN polling is hanging on my Jenkins 1.514. The polling protocol says that polling startet days ago, but there is nothing more to find in the log. This is really strange. Any ideas what to check or how to fix this? -- You received this message because you are subscribed to the

RE: How to pass the JDK path to an ANT script?

2013-05-05 Thread Markus Karg
:40 To: jenkinsci-users@googlegroups.com Subject: Re: How to pass the JDK path to an ANT script? Hi, you have to set correctly the JAVA_HOME 2013/5/1 Markus KARG mar...@headcrashing.eu I have successfully set up Jenkins to run an ANT script on a slave, and Jenkins also installs the JDK

Re: Jenkins does not find artifact on Nexus, but local clients do!

2013-05-04 Thread Markus KARG
Fixed it! Updated M2Release Plugin, hence rebooted Jenkins, also upgraded Nexus from 1.9 to 2.4. Now the problem is gone. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an

How to specify common SVN credentials for Jenkins-SVN and M2Release-SVN?

2013-05-04 Thread Markus KARG
How to tell Jenkins that I want to centrally store one single credentials set for both, Jenkins-SVN and M2Release-SVN? Currently I have to specify it once for Jenkins-SVN and once for each project to be released using M2Release. This is not smart. I could imagine there is a common setting, but

Jenkins does not find artifact on Nexus, but local clients do!

2013-05-03 Thread Markus KARG
I have a reially weird problem with Jenkins 1.512: In one project, it does not find one particular artifact in our local Nexus repository, while all local clients (Windows PCs) DO find it! Moreover, other projects in Jenkins which depend on THE SAME artifact DO find it! This is really weird!

How to pass the JDK path to an ANT script?

2013-05-01 Thread Markus KARG
I have successfully set up Jenkins to run an ANT script on a slave, and Jenkins also installs the JDK on the slave automatically before running the job. Fine so far, but my ANT script needs to know the path where Jenkins installed the JDK into. How can my ANT script ask for that path decided by

Re: JaCoCo Plugin incorrectly uses POM-configured excludes

2013-02-22 Thread Markus KARG
As I was informed by the JaCoCo plugin team, this issue is fixed since today -- just update to the latest JaCoCo plugin. :-) -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it,

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-21 Thread Markus KARG
For those who also suffer from the same pain: I never had this problems again as soon as I updated to 1.502 and increases MaxPermGen to 128m. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving

ActiveDirectory plugin is unable to detect group membership of one particular user

2013-02-20 Thread Markus KARG
We're using the current ActiveDirectory plugin to authenticate and role-based-authorize our AD users in Jenkins 1.502. It is working well -- but not for one particular user. If she is logging in, the following message is found in the log and no group memebership (hence no role) is found:

JaCoCo Plugin incorrectly uses POM-configured excludes

2013-02-20 Thread Markus KARG
When running mvn verify manually, the POM-configured excludes do work very well (hence, JaCoCo ignores those classes). When Jenkins 1.502's JaCoCo plugin processed this POM, it does *not* ignore these classes. The plugin correctly sees the POM-configured excludes... [INFO] ---

JaCoCo Plugin marks build as UNSTABLE, but the coverage was sufficient

2013-02-20 Thread Markus KARG
Current JaCocO Plugin (using Jenkins 1.502) marks by build as UNSTABLE. But the same build has sufficient minimum coverage. This totally confusion. Any ideas? [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [*minClass=10*, maxClass=100, *minMethod=10*, maxMethod=70, *minLine=10*,

RE: Config File Provider Plugin does not store new files

2013-02-13 Thread Markus KARG
KARG; jenkinsci-users@googlegroups.com Subject: RE: Config File Provider Plugin does not store new files I use almost exclusively Chrome . . . though I just tried to create a Config file using IE9 and had no issues. It might be nice to know exactly the kind of file you are trying to create

RE: Cannot load Maven 3 on slave

2013-02-12 Thread Markus KARG
No, but you can configure Jenkins to automatically install then when needed -- Sami Markus KARG mar...@headcrashing.eu kirjoitti 9.2.2013 kello 20.52: C:\.jenkins\maven3-interceptor.jar 2988 Error: Main class org.jvnet.hudson.maven3.agent.Maven3Main could not get found or loaded ERROR: Failed to launch

Re: Jenkins 1.500 is losing builds

2013-02-12 Thread Markus KARG
Thanks for pointing to this. Seems they work on a solution. I'll have to wait... :-) Am Montag, 11. Februar 2013 11:24:21 UTC+1 schrieb Johannes Wienke: On 02/09/2013 07:06 PM, Markus KARG wrote: I thought my Jenkins 1.500 installation is working stable, but today I noticed

Re: How to publish artifact to a SMB / CIFS share?

2013-02-12 Thread Markus KARG
After two days of intensive use I need to say that the Publish Over CIFS Plugin works great! Can really recommend to everybody! :-) Am Samstag, 9. Februar 2013 23:46:26 UTC+1 schrieb old hooky: Quoting Markus KARG mar...@headcrashing.eu javascript:: I need to publish an artifact

Re: Config File Provider Plugin does not store new files

2013-02-12 Thread Markus KARG
ping? Am I the only one using IE9? Am Freitag, 8. Februar 2013 14:23:45 UTC+1 schrieb Markus KARG: Just noticed that it happens with IE 9 only while it runs well with Safari. Any ideas? Am Freitag, 8. Februar 2013 14:04:01 UTC+1 schrieb Markus KARG: Frank, you don't see the actual

Cannot load Maven 3 on slave

2013-02-11 Thread Markus KARG
C:\.jenkins\maven3-interceptor.jar 2988 Error: Main class org.jvnet.hudson.maven3.agent.Maven3Main could not get found or loaded ERROR: Failed to launch Maven. Exit code = 1 Strange... I thought Jenkins is forwarding JDK and Maven automatically to any slave...?

Re: How to publish artifact to a SMB / CIFS share?

2013-02-10 Thread Markus KARG
-build step. But Mac OS no longer has smbclient, so I hope you're using Linux. I suppose Windows can just do net use... -- Sami Markus KARG mar...@headcrashing.eu javascript: kirjoitti 9.2.2013 kello 19.56: It is not clearly the OS's job. Any application software can connect, use

Re: How to publish artifact to a SMB / CIFS share?

2013-02-10 Thread Markus KARG
Thank you for that link, that made my day! It is exactly what I was hoping to find! :-) Am Samstag, 9. Februar 2013 23:46:26 UTC+1 schrieb old hooky: https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+CIFS+Plugin -- You received this message because you are subscribed to the Google

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-10 Thread Markus KARG
upgrade Jenkins? Or upgrade one or more plugins? Or upgrade something in the operating system? - Pastebin/gist where Jenkins stdout+stderr can be found. -- Sami Markus KARG mar...@headcrashing.eu javascript: kirjoitti 9.2.2013 kello 20.29: One more nice thing detected now... Clicked

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-10 Thread Markus KARG
where Jenkins stdout+stderr can be found. -- Sami Markus KARG mar...@headcrashing.eu javascript: kirjoitti 9.2.2013 kello 20.29: One more nice thing detected now... Clicked on build now, build finished successfully, then clicked on the build number to see the result, got 404 NOT FOUND

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-10 Thread Markus KARG
Still Tomcat6 / JDK 1.6.0_18 / Debian 6 / x86. Am Sonntag, 10. Februar 2013 14:11:03 UTC+1 schrieb Michael Clarke: Depends on what container Jenkins is hosted in. Could you provide some environment details? Thanks Michael On 10 Feb 2013, at 12:10, Markus KARG mar

How to publish artifact to a SMB / CIFS share?

2013-02-09 Thread Markus KARG
I need to publish an artifact to a password-protected SMB / CIFS share. How can I do this? I noticed that there was a copy plugin, which seems to be obsolete. I also noticed that there is a ArtifactDeployer plugin, which seems to be so fresh that it is not contained in the Jenkins Update system.

Re: How to publish artifact to a SMB / CIFS share?

2013-02-09 Thread Markus KARG
Octavian Covalschi: How do you mount/connect that share? I mean, it's OS' job to mount a network share with or w/o user/password and Jenkins would just copy your file to that share. On Sat, Feb 9, 2013 at 9:09 AM, Markus KARG mar...@headcrashing.eujavascript: wrote: I need to publish

Jenkins 1.500 is losing builds

2013-02-09 Thread Markus KARG
I thought my Jenkins 1.500 installation is working stable, but today I noticed that it is losing builds! From one minute to the next, all complete build history of some of my projects are gone! But not of all projects, just of a fancy set of not further interrelated ones! Has anybody an idea

Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-09 Thread Markus KARG
Til today my Jenkins 1.500 worked well. Then I started setting up a Windows slave, and added a few free style ant projects running on that slave. It all was good, but since I copied one of that free style projects, my dashboard is running crazy. It misses builds that just finished a minute ago.

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-09 Thread Markus KARG
One more nice thing detected now... Clicked on build now, build finished successfully, then clicked on the build number to see the result, got 404 NOT FOUND! Am Samstag, 9. Februar 2013 19:28:21 UTC+1 schrieb Markus KARG: Til today my Jenkins 1.500 worked well. Then I started setting up

Re: Config File Provider Plugin does not store new files

2013-02-08 Thread Markus KARG
“Build Now” (or other job startup) cause the file to actually be moved into place. Frank *From:* jenkins...@googlegroups.com javascript: [mailto: jenkins...@googlegroups.com javascript:] *On Behalf Of *Markus KARG *Sent:* Friday, February 01, 2013 7:50 AM *To:* jenkins

Re: Config File Provider Plugin does not store new files

2013-02-08 Thread Markus KARG
Just noticed that it happens with IE 9 only while it runs well with Safari. Any ideas? Am Freitag, 8. Februar 2013 14:04:01 UTC+1 schrieb Markus KARG: Frank, you don't see the actual problem. Submit actually does NOTHING, hence, the file is NOT available anymore as soon as I click away from

Config File Provider Plugin does not store new files

2013-02-01 Thread Markus KARG
I have installed *Config File Provider Plugin*https://wiki.jenkins-ci.org/display/JENKINS/Config+File+Provider+Plugin 2.4 into Jenkins 1.500 (running in TurnKeyLinux Jenkins appliance, based on Debian 6). The submit button does not store any new config file I create using the (cfg) Managed