How to use Emma coverage report by Flexible+Publish+Plugin ?

2013-04-11 Thread intelchen
Hi, We are using Emma to generate coverage.xml for our junit test in jenkins. But there would be no coverage.xml generated by Emma tool if all test cases fail. Then we would get a error log like this: *15:02:22* Emma: looking for coverage reports in the provided path: output/reports/cover

Multiple build ID's being determined and sent through to a child job

2013-04-11 Thread Adam White
HI All, I was wondering if anyone could provide me with advice on the following. I have a job that triggers other job , when those other job have completed successfully. The Job that called those jobs will then trigger another job, this job is parametrized, Following that job successfully worki

Question about Manage Credentials

2013-04-11 Thread David Aldrich
Hi In our Jenkins system, both Windows and Linux slaves use the same username. However, the Windows password is different to the Linux password. This means that the credentials plugin shows two credentials with the same username. Is this allowed and, if so, how can I differentiate between the

How to add new view within a nested view by python jenkinsapi?

2013-04-11 Thread intelchen
Hi, We have one nested View named "A" in jenkins. but we like to create the new views as "A-a", "A-b" under "A" by python jenkinsapi. May I get some ideas about how to do that? Thanks Bill -- You received this message because you are subscribed to the Google Groups "Jenkins Users" grou

Re: Question about Manage Credentials

2013-04-11 Thread Stephen Connolly
On 11 April 2013 09:19, David Aldrich wrote: > Hi > > ** ** > > In our Jenkins system, both Windows and Linux slaves use the same > username. However, the Windows password is different to the Linux > password. This means that the credentials plugin shows two credentials > with the same use

RE: Question about Manage Credentials

2013-04-11 Thread David Aldrich
Hi Stephen Thanks for your reply. Ø Which plugins are you using? I have installed: · Credentials Plugin 1.3.1 · SSH Credentials Plugin 0.2 >From your explanation, as I am only using credentials for SSH login to slaves >by root, I guess I only need 'System' credentials. (N

Using the correct reference build to compute new warnings

2013-04-11 Thread Øyvind Harboe
Is there a way to have Jenkins fail a job if there are new warnings for a Gerrit triggered build? This would be a *fanastic* feature for *large* projects that can't be made warning free overnight. It would get a quality ratchet in place where warnings would reduce over time and no new warnings

Re: Question about Manage Credentials

2013-04-11 Thread Stephen Connolly
On 11 April 2013 10:17, David Aldrich wrote: > Hi Stephen > > ** ** > > Thanks for your reply. > > ** ** > > **Ø **Which plugins are you using? > > ** ** > > I have installed: > > ** ** > > **· **Credentials Plugin 1.3.1 > > **· **SSH Credentials Plugin 0.2**

RE: Question about Manage Credentials

2013-04-11 Thread David Aldrich
That seems to be working ok. Thanks for your answer. David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Stephen Connolly Sent: 11 April 2013 10:30 To: jenkinsci-users@googlegroups.com Subject: Re: Question about Manage Credentials On 11 April 2

Re: Multiple build ID's being determined and sent through to a child job

2013-04-11 Thread cjo
One way to do this is to trigger job A & B from within a job using the Build/Trigger other projects buildstep with the blocking mode enabled (wait until triggered jobs finished). When using this there are Env variables (see the help for the block item or the wiki) created indicating the trigge

Access plugin api endpoint as anonymous without "overall read rights"

2013-04-11 Thread Jean Mertz
I'm using a custom version of the embeddable-build-status-pluginwhich allows us to show a status badge in the project documentation. We also use *Global Security* (using Project-based Matrix Authorization Strategy) wher

Re: Access plugin api endpoint as anonymous without "overall read rights"

2013-04-11 Thread Stephen Connolly
implements/extends UnprotectedRootAction in place of RootAction On 11 April 2013 13:15, Jean Mertz wrote: > I'm using a custom version of the > embeddable-build-status-pluginwhich > allows us to show a status badge in t

Access maven from Execute shell build step

2013-04-11 Thread l0stface
Hi' I would like to access maven from an Execute shell build step of a maven based build. In the given job I am using an Invoke top-level Maven targets build step to run the main maven goals. Here I selected the latest maven version (3.0.4 for example). Is it possible somehow to access this

Re: Access plugin api endpoint as anonymous without "overall read rights"

2013-04-11 Thread Jean Mertz
The plugin originally used `Action` instead of `RootAction`. Given that `Action` is a subclass of `UnprotectedRootAction`, would it suffice to swap the implement? Like so: # ...import hudson.model.UnprotectedRootAction; public class BadgeAction implements UnprotectedRootAction { # ...

Slowness in Jenkins

2013-04-11 Thread aswini.r
I am running Jenkins v.1.505 in RedHat linux with the configurations 10GB RAM and 346GB disk space. There are more than 10 slaves connected to the box and the slaves are not busy always. Master server is loaded fully 80% of the time and the CPU usage will be more than 98% when it is fully loaded. S

RE: Slowness in Jenkins

2013-04-11 Thread Matthew.Webber
What versions of RedHat and Java? What version of SVN server, and what's it run on? We had some similar problems which were very release specific. > -Original Message- > From: jenkinsci-users@googlegroups.com > [mailto:jenkinsci-users@googlegroups.com] On Behalf Of aswini.r > Sent: 11 Ap

Re: Multiple build ID's being determined and sent through to a child job

2013-04-11 Thread Adam White
Thanks Chris, I will give that a try, i ended up writing a quick console app in C# that took in the server url, the view, etc as arguments. it would then get all the jobs from the view, using the Jenkins API, it would then get the last successful build number from each job using the Jenkins api.

Re: Maven Cascade Release Plugin

2013-04-11 Thread daniel brownell
Hi Andrei, I'm interested to try this out. I asked a question on stackoverflow, and it seems like this might be what I'm after. How do I get your plug-in to show up in my Plugin Manager view? I clicke

Re: Maven Cascade Release Plugin

2013-04-11 Thread Andrei Pozolotin
Daniel: I guess you are my first customer, congratulations :-) I have no immediate answer, but I will look into this. What is your os, java/jenkins version? Thank you, Andrei Original Message Subject: Re: Maven Cascade Release Plugin From: daniel bro

Re: Maven Cascade Release Plugin

2013-04-11 Thread Andrei Pozolotin
I just read you SO question. you have SVN, but I developed / tested this for GIT / github only, so after install issue is resolved, it still will not work. I am not interested in svn, some one else needs to add/test that. Original Message Subject: Re: Maven Cascade Release Plug

Re: Maven Cascade Release Plugin

2013-04-11 Thread daniel brownell
Oh no :) I was so excited to be the first. Well, I'll DL your code and see if it can be ported to SVN, but I've never developed jenkins plug-ins, so I will probably give up once it gets difficult. Thanks for the effort in making the plugin though. It is definitely something that's missing

Re: Maven Cascade Release Plugin

2013-04-11 Thread Andrei Pozolotin
:-) do not download it, fork it on github. better yet, drop svn and migrate to git Original Message Subject: Re: Maven Cascade Release Plugin From: daniel brownell To: jenkinsci-users@googlegroups.com Cc: daniel brownell Date: Thu 11 Apr 2013 09:28:45 AM CDT > Oh no :) I was

Fingerprint system understanding

2013-04-11 Thread Jonathan Piron
Hi, I'm trying to understand how fingerprint system works. I understand the purpose but not how it works. I have 2 maven jobs for the same project (let's say TOP) : one daily and one nightly. The same goes for a BOTTOM project : one daily and one nightly job. Currently the nightly BOTTOM and th

Re: Fingerprint system understanding

2013-04-11 Thread Jesse Farinacci
Greetings, I have experienced the same problem. Where the last job through the system "greedily" becomes the parent for all jobs which utilize the same Maven projects. This breaks otherwise correct parent/child fingerprint linkage, where upstream projects being built will not trigger downstreams b

Re: Fingerprint system understanding

2013-04-11 Thread Christoph Kutzinski
I think you're referring to the changes I had done some time ago. Previously (before my changes) the relationship was built up to a 'non-predictable' job (means the assigment was stable, but not really deducable from parameters which are visible from the outside - i.e. only based on a hashcode)

subversion-plugin list subversion tags parameter

2013-04-11 Thread aphatak
I was wondering if there is a way to use a variable in the SVN url for the List Subversion tags. I wanted to use one of the earlier parameter values that are defined before this parameter to build the svn url for listing the tags/branches/trunk. I could not find a way to do that. So, I was thin

Re: Slowness in Jenkins

2013-04-11 Thread intelchen
Are you achieving big artifacts in your jobs? On Thursday, April 11, 2013 9:30:58 PM UTC+8, Aswini Rajasekaran wrote: > > I am running Jenkins v.1.505 in RedHat linux with the configurations 10GB > RAM > and 346GB disk space. > There are more than 10 slaves connected to the box and the slaves a

subversion - subtree with fixed revision

2013-04-11 Thread Steffen Sledz
We need to checkout the HEAD revisions from a few SVN repos for one Jenkins project. One of the repos has two subtrees (somewhere deep inside) for which we need to checkout a fixed revision. Our current solutions is this one: http://source1/trunk -> source1 http://source2/trunk -> source2