Project relationship between upstream and downstream jobs

2012-07-21 Thread Varghese Renny
Hi, I am creating fingerprints for job A and job B, when i check fingerprints of job A it's showing md5sum as one id For job B also it's showing same id for the file i have given in both job A and job B for fingerprinting. Since both id's are same, i assume two projects are dependents Now my

Re: Re: LTS 1.466.1 RC1 testing

2012-07-21 Thread Vojtech Juranek
Hi Mark, thanks for spotting it! I tested 1.466.1 RC1 with git plugin 1.1.21 and everything works fine for me. You probably suffer from JENKINS-13007 [1], the last comment under this issue also states that this issue start to appear on linux since 1.1.21. It obviously appear only on some

sonar error: Cannot execute mojo: sonar

2012-07-21 Thread Kamal Ahmed
Hi, I am trying to run sonar for a test build, but getting the following error. Any suggestions on how to resolve this ? This project has a build.xml (ant driven) but NO pom.xml, and i think sonar supports ant. [INFO] Cannot execute mojo: sonar. It requires a project with an existing pom.xml,

Re: LTS 1.466.1 RC1 testing

2012-07-21 Thread Sami Tikka
It could be https://issues.jenkins-ci.org/browse/JENKINS-14480, probably nothing wrong with Jenkins. Mark, could you check if you have repository/branchname in the Branch to build setting? -- Sami Vojtech Juranek vjura...@redhat.com kirjoitti 22.7.2012 kello 3.37: Thanks for verifying. So

Re: sonar error: Cannot execute mojo: sonar

2012-07-21 Thread Andrey Myatlyuk
Hi Kamal, The configuration for Sonar plugin is explained here: http://docs.codehaus.org/display/SONAR/Activate+Sonar+on+Jenkins+job Check topics Activate Sonar analysis on non-Maven jobs and Activate Sonar analysis by Ant task It should help. Andrey On Sat, Jul 21, 2012 at 10:30 PM, Kamal Ahmed