Label restriction issue

2013-11-15 Thread Thomas
Hi, I am encountering an issue with Label restrictions: I want a job to be dispatched on a slave node that has labels LABEL1 and LABEL2 but different from NODE_NAME. Thus, in the "Restrict where this project can be run", I specified an expression such as: LABEL1 && LABEL2 && !NODE_NAME but unfo

Re: Label restriction issue

2013-11-15 Thread Daniel Beck
This should work. Open http://yourjenkins/label/LABEL1&&LABEL2&&!NODE_NAME -- which slaves does it show to match this expression? Is the one this should not run on listed as well? On 15.11.2013, at 10:06, Thomas wrote: > Hi, > > I am encountering an issue with Label restrictions: > I want a

Re: sloccount plugin

2013-11-15 Thread Irfan Sayed
please suggest regards On Fri, Nov 15, 2013 at 6:17 AM, Irfan Sayed wrote: > thanks. > > i configured job for sloccount plugin. > my environment is windows and i configured Cygwin to run the sloccount > so there are two commands which i run to debug ... > > 1: > /cygdrive/c/Users/bvcontrolbu

Re: How to remove disk-usage plugin completely?

2013-11-15 Thread dennys
It works. But I found I need to load the jobs and then I can unload them. It means that I load every job and need to show all the version and Jenkins will load them. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/How-to-remove-disk-usage-plugin-completely-tp4679890p4680

Maven Dependency Update trigger not working for version ranges

2013-11-15 Thread Bacon, Keith
Does anyone else wish this would work for version ranges? Is there a good reason why it doesn't or can't? Thanks, Keith -- 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: Maven Dependency Update trigger not working for version ranges

2013-11-15 Thread Christoph Kutzinski
Do you have a test case to reproduce it? Maven version ranges should be supported since Jenkins 1.481 (see https://issues.jenkins-ci.org/browse/JENKINS-12735) Am 15.11.2013 12:18, schrieb Bacon, Keith: Does anyone else wish this would work for version ranges? Is there a good reason why it does

Re: Label restriction issue

2013-11-15 Thread Thomas
Was actually a typo error Sorry for the noise By the way, The advise about how to check the slaves that match an expression was really helpful Thanks Thomas Le vendredi 15 novembre 2013 10:17:09 UTC+1, Daniel Beck a écrit : > > This should work. > > Open http://yourjenkins/label/LABEL1&&LABE

Disk usage trend report wrong?

2013-11-15 Thread scl
Hi, I'm having problems with the disk usage report. The upper left line tells me: Jobs:2 GB, Builds:2 GB, Locked builds:-, Workspace:10 GB The actual size of the workspace folder is around 11.6 GB. The graphical Disk usage trend report shows me a workspaces size of 2 GB. These values are all

Re: Disk usage trend report wrong?

2013-11-15 Thread Vojtech Juranek
Hi, > The upper left line tells me: > Jobs:2 GB, Builds:2 GB, Locked builds:-, Workspace:10 GB > > The actual size of the workspace folder is around 11.6 GB. > > The graphical Disk usage trend report shows me a workspaces > size of 2 GB. there could be some issues with calculation of disk usage

Re: sloccount plugin

2013-11-15 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The first thing I'll suggest is that you exhibit a bit of patience; as you've been told before on this list, most of the people here are volunteering their time, and have plenty of other things to do, so they aren't going to drop everything they are doing to answer your questions. Your problem

Re: sloccount plugin

2013-11-15 Thread Daniel Beck
On 15.11.2013, at 17:40, "Kevin Fleming (BLOOMBERG/ 731 LEXIN)" wrote: > it's not clear whether there has been a new release of the sloccount plugin > that includes the fix or not Not directly related to the thread topic, but click the link to the commit on Github in the Jira comments section

Problem with Build Flow Plugin

2013-11-15 Thread Zofia Majenka
Hi, We are using the Build Flow Plugin in Jenkins. This is scenario: Start the flow 1: Job1 -> Job2 -> Job3 Start the flow 2: Job1 -> Job2 -> Job3 Start the flow 3: Job1 -> Job2 -> Job3 The same flow is started 3 times with a few minutes delay between them. We have noticed tha

RE: Problem with Build Flow Plugin

2013-11-15 Thread James Nord (jnord)
That's not the flow that's stopping it but job2. Most likely you have some post build reports (configuration ) that compare to the previous run to generate new/resolved issues (e.g. test results, static anlaysis with new violations identified...) /James From: jenkinsci-users@googlegroups.com

Re: Problem with Build Flow Plugin

2013-11-15 Thread Jeremy Morton
Email notifications at the end of Job2 are one of the things that cause it to wait for all previously started runs to finish in order to compare results. :( On Friday, November 15, 2013 12:58:17 PM UTC-5, James Nord (jnord) wrote: > > That’s not the flow that’s stopping it but job2. > > > > M

Sharing my views

2013-11-15 Thread CLOSE Dave
I'm a bit confused by the "view" mechanism in Jenkins. I have created several additional views for my own use using the "+" on the tab bar. When I click "My views" on the left menu, only the default view is shown. Yet every time I connect, I see all the tabs I saw the previous time. I know tha

Re: Sharing my views

2013-11-15 Thread Vincent Latombe
All views you have created so far are public views. Anyone will see them. Vincent 2013/11/15 CLOSE Dave > I'm a bit confused by the "view" mechanism in Jenkins. > > I have created several additional views for my own use using the "+" on > the tab bar. When I click "My views" on the left menu,