Re: SVN Tagging Plugin Issue

2014-03-14 Thread Brett Delle Grazie
OPTIONS failing on tag sounds like a VisualSVN configuration issue. Does the Jenkins SVN user have permission to tag? Sent from my mobile so please forgive any auto correct errors Kind regards, Brett On 11 Mar 2014 14:34, Chris Beech chris.be...@dionatec.com wrote: Hi there, I'm having

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

NullPointer from hudson.maven.Maven3Builder$MavenExecutionListener with maven-native-plugin/packaging dll

2014-03-14 Thread James Hutton
I have a multimodule plugin that has a native module in it that produces a dll (don't ask, legacy reasons). However it appears that jenkins is not producing a MavenBuildProxy2 instance that matches the module's name, hence on projectStarted, etc the execution listener throws a

Re: Reading parent POMs from repositories during parsing POMs phase

2014-03-14 Thread David V
I tried setting the Resolve Dependencies during Pom parsing option on the Maven build. The end result is still the same - without the mvn validate pre-build the build fails. However, I did notice that the Parsing POMs stage is trying to use our repository. It is not using our wagon however, so

Xvnc 1.16 not working

2014-03-14 Thread Andrea Mariottini
I upgraded to Xvnc plugin 1.16 (Jenkins 1.554) and suddenly I have this error: [junit] Could not initialize class sun.awt.X11GraphicsEnvironment [junit] java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11GraphicsEnvironment [junit] at

Re: NoClassDefFoundError: WorkspaceReader in MavenDependencyUpdateTrigger

2014-03-14 Thread Gurvan Le Dromaguet
Got this right after installing plugin Maven Dependency Update triggerhttps://wiki.jenkins-ci.org/display/JENKINS/Maven+Dependency+Update+trigger on my Jenkins instance. Consequence, I suppose, is build will not be triggered when a dependency has been rebuilt -- You received this message

Re: Job configurations being updated by SYSTEM

2014-03-14 Thread Frédéric Camblor
Hi Jakub, I think you will want to vote for https://issues.jenkins-ci.org/browse/JENKINS-19660 Cheers, Frédéric Camblor http://fcamblor.wordpress.com/ http://www.twitter.com/fcamblor Bordeaux JUG http://bordeauxjug.org/ Leader Restx http://restx.io/ commiter Jenkins http://jenkins-ci.org/

Job configurations being updated by SYSTEM

2014-03-14 Thread Jakub Czaplicki
Hi all, Most of the jobs I am running are being updated (by user SYSTEM ?) every time the job runs. The updated value is time and here is how the job config diff looks like: 36 generatedtrue/generated 37 exposedToEnvironmentfalse/exposedToEnvironment 38

RE: SVN Tagging Plugin Issue

2014-03-14 Thread Chris Beech
Yeah, it did - I gave up in the end and installed Win32SVN (SVN v1.7) and now I can see what changes were made. I don't think Jenkins plays nice with SVN v1.8 which was VisualSVN. I still had the tagging problem in Win32SVN until I permitted anonymous read access, so there's something fishy

Upgrade from war file under tomcat to native install

2014-03-14 Thread Eric Wood
I'm currently running a version of Jenkins under tomcat.  I'm pledged by permgen issues that crash the service regularly.  I want to be able to install a native instance and point it to my Jenkins home on the same server.  Can anybody point me to the steps required to make this a success.  Note

Passing information between parent child jobs in a matrix job

2014-03-14 Thread Francois Ritaly
Hi, I'm trying to implement an automated release process in jenkins relying on the use of a matrix job and the jenkins release plugin. When used with a matrix job, the jenkins release plugin (in its latest version (2.5-SNAPSHOT)) provides a hook named before matrix build which runs before

JUnit Results Report Causes 'UNSTABLE' Build?

2014-03-14 Thread Chris Beech
Hi there, I am executing JUnits as part of my build and am publishing JUnit test result reports as a post-build action. The problem is, if any JUnit fails it seems that the JUnit test result publisher is changing the build status to UNSTABLE which means the build isn't classed as successful

Re: Upgrade from war file under tomcat to native install

2014-03-14 Thread Eric Wood
Thanks,  Are you running your tomcat on windows and is so what version? Also, I don;t want to run two versions on the same server at once.  I want to download the native windows instance and run it, but point it to the jenkins home.  Since it starts as a service I assume that I can shit down

RE: Upgrade from war file under tomcat to native install

2014-03-14 Thread Arthur_Herman
I would not run 2 instances at the same time - Jenkins uses file based storage for configs, etc. and the updates by one would not be seen by the other. We run tomcat with these settings in the tomcat/bin/start.sh file. export TOMCAT_LOGS=/var/tomcat/logs # Jenkins Settings

RE: Upgrade from war file under tomcat to native install

2014-03-14 Thread Arthur_Herman
We are running the Jenkins master on Linux and have several Windows machines as slaves. Personally, I would not run the Master from Windows nor run any builds directly on the master. But yes, as long as you’re only running 1 instance, I believe it could take over the JENKINS_HOME data. From:

Re: Passing information between parent child jobs in a matrix job

2014-03-14 Thread Francois Ritaly
It seems that this plugin https://wiki.jenkins-ci.org/display/JENKINS/Environment+Script+Plugin could do. -- 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 email to

Re: JUnit Results Report Causes 'UNSTABLE' Build?

2014-03-14 Thread Daniel Beck
On 14.03.2014, at 21:28, Mark Waite mark.earl.wa...@gmail.com wrote: You may want to double check if there is a setting in the Subversion tagging plugin which will allow it to tag even if the build is unstable. No such luck:

Re: Passing information between parent child jobs in a matrix job

2014-03-14 Thread Francois Ritaly
I was able to fulfill my need with this plugin: https://wiki.jenkins-ci.org/display/JENKINS/Environment+Script+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, send an

Re: Installation of JDK 7u21 fails / LTS 1.532.2

2014-03-14 Thread Markus KARG
Didn't help. Tried uninstalling all JDKs and rebootet. No help. All slaves suffer from this since I upgraded to LTS 1.533.2. I AM TOTALLY DESPERATE SINCE I CANNOT WORK WITH DIFFERENT JDKs! IF THERE IS SOMEONE WILLING TO FIX THIS FOR A FEW BUCKS PLEASE RAISE YOUR HANDS NOW! Am Mittwoch, 12.

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

2014-03-14 Thread Daniel Beck
On 14.03.2014, at 23:52, Markus KARG mar...@headcrashing.eu wrote: at hudson.os.windows.ManagedWindowsServiceLauncher.launch(ManagedWindowsServiceLauncher.java:233) Since this appears to go through 'Let Jenkins control this Windows slave as a Windows service', what happens when you