Re: Jenkins Master [Execute Shell] Host Key Verification Failed

2014-03-17 Thread Richard Bywater
Given that you get the same on the command-line, it definitely looks like your id_rsa key (or similar) has a passphrase attached. Try doing a "ssh-keygen -y". If you get prompted for a passphrase then I'd say its definitely got a key attached. Richard. On Tue, Mar 18, 2014 at 12:37 PM, Jonathan

Jenkins Master [Execute Shell] Host Key Verification Failed

2014-03-17 Thread Jonathan Cope
Hello, I'm new to Jenkins have some issue getting my jenkins master to connect to my slave via SSH. My setup: 1. AWS EC2 instances ( 2 ) - m1.medium 2. Fedora-x86_64-20-20131211.1-sda - AMI 3. Jenkins ver. 1.555 4. Passwordless Authentication from master to slave When I input the credenti

Re: analysis plugins

2014-03-17 Thread Philipp Kraus
Thanks for the link, this is not nice, but I hope it works with a manual call Am Montag, 17. März 2014 18:50:33 UTC+1 schrieb Ullrich Hafner: > > If you are using a maven job type then the site goal does not work: > https://issues.jenkins-ci.org/browse/JENKINS-3654 > > You need to call the plugin

How can I reset my Jenkins Jira Password? reset doesn't not come to my email.

2014-03-17 Thread Jeff
So I get updates about the Jira tickets that I have created, but when I goto https://jenkins-ci.org/account/ to reset my accounts password, and give it my username, it says it has emailed me, but I never get the email. I have checked my spam folder, and its not there ether. I know I am checki

Order that patchsets are triggered using gerrit-trigger

2014-03-17 Thread Matt Baker
Hi all, I'm having an issue and I hope that someone might be able to point me in the right direction. I'm interfacing Jenkins with Gerrit using gerrit-trigger. Everything works well until I approve multiple patch sets at the same time. Before we start with the example I need to explain that the

Re: analysis plugins

2014-03-17 Thread Ulli Hafner
If you are using a maven job type then the site goal does not work: https://issues.jenkins-ci.org/browse/JENKINS-3654 You need to call the plugins as individual goals like checkstyle:checkyle Ulli Am 17.03.2014 um 17:19 schrieb Philipp Kraus : > Hello, > > I have installed the following plugin

analysis plugins

2014-03-17 Thread Philipp Kraus
Hello, I have installed the following plugins: https://wiki.jenkins-ci.org/display/JENKINS/CCM+Plugin https://wiki.jenkins-ci.org/display/JENKINS/Checkstyle+Plugin https://wiki.jenkins-ci.org/display/JENKINS/Cobertura+Plugin https://wiki.jenkins-ci.org/display/JENKINS/DRY+Plugin https://wiki.jenk

Re: Failure to trigger builds on nodes sharing a label.

2014-03-17 Thread Mark Waite
The elastic axis plugin has worked quite well for me when I wanted to trigger a job on all nodes with a specific label. I wanted to trigger a job on all Linux slaves, so I used the implied labels plugin to define that all my Debian machines should be labeled "linux", then I defined a job with the

Failure to trigger builds on nodes sharing a label.

2014-03-17 Thread David tha Dude
Hello, I cannot seem to trigger jobs to run on several nodes using the "Node Label Parameter" Plug-In. See this JIRAfor more details. Has anybody else experienced this issue? What other techniques are there to trigger builds on all nodes shar

Stop node exception (1.555)

2014-03-17 Thread Juan Pablo Hernandez Vogt
Hello, I've just installed v1.555 in a CentOS 6.5. I added: + WinXP node + Win8.1 node + Job to make a "dir C:\" I start the slave from JNPL and execute the job correctly on both nodes. When I select Jenkins>Nodes>NODID>Disconnect the following error message raises [1]. The jenkins slave did no

Slaves fail to launch since plugin upgrade

2014-03-17 Thread David Aldrich
Hi I am running Jenkins 1.552. I upgraded to the latest verstion of the Active Directory (1.34) and Parameterised Trigger plugin (1.24) and Static Analysis plugin (1.56). Now many of our slaves do not launch: Connecting to r102 ERROR: Unexpected error in launching a slave. This is probably a

Re: How do I persist changes to the model made via a Groovy script to disk?

2014-03-17 Thread Daniel Beck
On 17.03.2014, at 00:50, Richard Lavoie wrote: > But do we have for LTS or previous versions ? Everything introduced later is (or should be) annotated with @since, see e.g. http://javadoc.jenkins-ci.org/hudson/model/AbstractItem.html#getRelativeDisplayNameFrom%28hudson.model.ItemGroup%29 http:

Re: java.lang.NoClassDefFoundError: hudson/maven/MavenModuleSet

2014-03-17 Thread Ulli Hafner
You might get more answers in the dev list. Does it work if you install the hpi file into a Jenkins instance? Am 15.03.2014 um 10:03 schrieb 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 Mave