Transcient error on slave: java.lang.NoClassDefFoundError: Could not initialize class jenkins.model.Jenkins$MasterComputer

2012-09-05 Thread Jerome Lacoste
For the record, I encountered the following exception on a slave on Amazon ec2 (Windows 2008 R2 64bits). Restarting the Jenkins service solved it. hudson.util.IOException2: remote file operation failed: c:\jenkins\workspace\Project-1.x-win32_wix at

Re: vSphere plugin does not starts slave

2012-09-05 Thread Gábor Garami
I set slave activation via SSH. But the main problem is VM does not powered on. So, my problem is not the VM not boots up and connects to master, but nobody pushes the power button on it... (and yes, because it not powered on, it does not connects to the master :-) ) If i turn on VM manually,

Re: Automatic diagram

2012-09-05 Thread Gergely Nagy
Hi, You mention job sequence but if you mean build sequence - I don't think it's predictable/static as it depends on dynamic factors (e.g availability of slaves, build duration changes affect allocation). Not exactly sure about your requirements, but I'm using Dependency Graph View:

CannotResolveClassException errors after upgrading to v1.480

2012-09-05 Thread Thomas Fields
Hi there, I've just updated to Jenkins 1.480 (from 1.465) and one of my projects went missing. I recreated it but now when I tell it to build I get: *11:39:30* FATAL: html : html*11:39:30* com.thoughtworks.xstream.mapper.CannotResolveClassException

Re: Automatic diagram

2012-09-05 Thread kikou
Hi Gergo Thank you. The plugin you gave is exaclty what i am looking for. I maybe do a missunderstanding but it is the dependancy indeed i'd like to have in a graph showing the sequence of projects (not build number), in other words seeing upstream and downstream projects in one graph. what a

Re: Hide Jobs on All Tab.

2012-09-05 Thread Fred G
Hi, Editing the All view requires a little workaround described here: https://wiki.jenkins-ci.org/display/JENKINS/Editing+or+Replacing+the+All+View Once you've done that the View Job Filters Plug-in (https://wiki.jenkins-ci.org/display/JENKINS/View+Job+Filters) can give you all kinds of

RE: Automatic diagram

2012-09-05 Thread Lars Nordin
Here is a link to the plug-in for the Jenkins site and not the older Hudson site but it looks like it has been a while since the plug-in has been last updated. https://wiki.jenkins-ci.org/display/JENKINS/Dependency+Graph+View+Plugin From: jenkinsci-users@googlegroups.com

config.xml zero size

2012-09-05 Thread Maciej Sawicki
Hi, I have strange issue - I have Jenkins master on vm. After vm restart few jobs configs have 0 size. of course i have following error then: SEVERE: Failed Loading job SomeProject_Android hudson.util.IOException2: Unable to read /var/lib/jenkins/jobs/SomeProject_Android/config.xml I wonder

Re: Automatic diagram

2012-09-05 Thread Mark Waite
We use that plugin very frequently and it works great for us.  Why do you say what a pity that this plugin is not maintained?  We've not found any cases where it had bugs or issues that blocked our work, and I don't recall any recent complaints from other users either.   Can you describe

Re: vSphere plugin does not starts slave

2012-09-05 Thread Jason Swager
Just to confirm, we are talking about the vSphere Cloud plugin? https://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin Assuming that you are, the Test VM Connection button does work and indicates no problems? What are the slave settings? On Wednesday, September 5, 2012 1:51:48 AM

Re: channel stop takes 15 minutes

2012-09-05 Thread Ingo Siebert
Anything new regarding this problem? It also takes very long in your version (1.477) and the Jenkins UI gets very slow. Am Mittwoch, 4. Juli 2012 10:57:52 UTC+2 schrieb Aart Kuijken: We're recently seeing the same behaviour.on Jenkins ver. 1.471http://jenkins-ci.org/ Haven't been able

Combining multiple steps in testing

2012-09-05 Thread indiws
Hello Jenkins Users, I am new to Jenkins and this group. Please bear with me for any trivial questions. I request you to extend your suggestions to achieve my requirement, This is my requirement, 1. Build a maven project. 2. Copy the build to a slave machine. 3. Trigger a command and get

Timestamp in log output of a Maven build

2012-09-05 Thread mpapo - Michaël Pailloncy
Hi, Is there a way to show timestamp in log output of a build ? We are interested to know how many long time take each part of a Maven build. Thanks in advance ! Michaël

Re: channel stop takes 15 minutes

2012-09-05 Thread Vincent Latombe
I think it is due to https://issues.jenkins-ci.org/browse/JENKINS-13154 which is still not fixed. Vincent 2012/9/5 Ingo Siebert ingo.sieb...@googlemail.com Anything new regarding this problem? It also takes very long in your version (1.477) and the Jenkins UI gets very slow. Am Mittwoch,

Re: vSphere plugin does not starts slave

2012-09-05 Thread Gábor Garami
Yes, that is the plugin what i use. No, test vm connection button does not says any problems. I cannot access my jenkins now, but i'll post screenshot about settings asap. Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról

Slave graceful shutdown

2012-09-05 Thread Andrew Melo
Hello all, Is there a way to configure a jenkins slave to run exactly one job then terminate? We'd like to have a VM that starts up in a bare state, starts a slave and reboots after each job (which will revert the VM to the previous state), but I'm not sure how to implement it. Thanks, Andrew

Re: Slave graceful shutdown

2012-09-05 Thread Mark Waite
Sami Tikka offered the following suggestion: http://jenkins.361315.n4.nabble.com/Offline-and-revert-slave-after-build-td4631215.html  We use a slightly different approach to get roughly the same results: http://jenkins.361315.n4.nabble.com/restart-slave-after-each-job-td4538892.html  Mark

Re: Slave graceful shutdown

2012-09-05 Thread Andrew Melo
On Wed, Sep 5, 2012 at 1:31 PM, Mark Waite markwa...@yahoo.com wrote: Sami Tikka offered the following suggestion: http://jenkins.361315.n4.nabble.com/Offline-and-revert-slave-after-build-td4631215.html We use a slightly different approach to get roughly the same results:

[VOTE] Bump Jenkins to Java 6

2012-09-05 Thread domi
Hi all, just after todays meeting on the IRC chat, we startet a discussion about upgrading Jenkins to Java 6. As Java 5 has reached EOL since quite a while, some core developers have asked whether it would be OK to bump Jenkins' runtime dependency from Java5 to Java6. The core is already build

Re: [VOTE] Bump Jenkins to Java 6

2012-09-05 Thread Jeff
Bump Jenkins version to 1.500 (or something), put branch 1.4xx into maintenance and switch to Java 7. Java 7 is already at update 7. My $.02. On Wed, Sep 5, 2012 at 1:18 PM, domi d...@fortysix.ch wrote: Hi all, just after todays meeting on the IRC chat, we startet a discussion about

Re: [VOTE] Bump Jenkins to Java 6

2012-09-05 Thread Mark Waite
Switching to Java 7 would be a mistake in my view based on the number of users listed in the current usage summary.  If current development switches to Java 7, the Java 5 and Java 6 users will be stranded by a development choice, rather than making their own choice of JDK.  I don't see enough

Re: [VOTE] Bump Jenkins to Java 6

2012-09-05 Thread Thomas Sundberg
On 5 September 2012 21:38, Jeff predato...@gmail.com wrote: Bump Jenkins version to 1.500 (or something), put branch 1.4xx into maintenance and switch to Java 7. Java 7 is already at update 7. +1 Java 6 is end of life by Feb 2013 [1], If I understand it correctly, we are discussing a

Re: Jenkins vs Hudson: Complier warnings

2012-09-05 Thread Pierre-Yves Lejeune
Check this link : http://www.pylejeune.fr/sys/aide-installation-et-configuration-jenkins-et-ses-plugins/ may be help you Le jeudi 9 août 2012 15:03:11 UTC+2, Engler a écrit : I'm having difficulty tring to use the compiler warning plugin on Jenkins. I have analysis-core and warnings

Re: [VOTE] Bump Jenkins to Java 6

2012-09-05 Thread Robert Middleswarth
On 09/05/2012 05:12 PM, Thomas Sundberg wrote: On 5 September 2012 21:38, Jeff predato...@gmail.com wrote: Bump Jenkins version to 1.500 (or something), put branch 1.4xx into maintenance and switch to Java 7. Java 7 is already at update 7. +1 Java 6 is end of life by Feb 2013 [1], If I

Re: [VOTE] Bump Jenkins to Java 6

2012-09-05 Thread Kohsuke Kawaguchi
We aren't talking about requiring Java7. So let's not confuse this request for feedback with a different issue. On 09/05/2012 12:38 PM, Jeff wrote: Bump Jenkins version to 1.500 (or something), put branch 1.4xx into maintenance and switch to Java 7. Java 7 is already at update 7. My $.02.

How to notify those who broke the build when triggered job fails

2012-09-05 Thread Melissa Mann
Hi, I've set Jenkins up to build my source, then trigger two jobs in parallel that run system tests. If at least one of the system test jobs fails, it will mark the original build as a failure, and the people who've done a checkin will be notified. However, they don't get the email from the

Re: Jenkins with TestLink

2012-09-05 Thread bandy
Hi Chris, Thanks for the reply. I reviewed all options that you have mentioned. I am trying to write a system groovy script for my use case. But there seems not many resources available in the internet for groovy. I am stuck in place where I want to trigger downstream job (in Windows or in

RE: How to notify those who broke the build when triggered job

2012-09-05 Thread Alex Earl
fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit I've posted on the list about this, if you are using email-ext. I use a groovy script to get the changeset from the upstream cause and then send that in the email. It should be in the archives. Sent

Automated Testing Continuous Deployment for Mobile Apps

2012-09-05 Thread Varghese Renny
I am from india. So how can i attend this session through online? Any recorded session will be available? Regards, varghese

Antwort: [VOTE] Bump Jenkins to Java 6

2012-09-05 Thread Andreas Schilling
hi together, is there any site for the feedback? or do you really want to get the statistics from all the replies? :-) anyway, we're fine with java 6. kind regards, Andreas Schilling CAE Processes Data Management --- Dipl. Inf.