Block access to fileParameter(s)

2014-08-25 Thread Jani R
Hi, I have a situation where i need sometimes limit access to fileParameter(s) stored by Parameterized Build plugin. Is there some easy way\method to block access from anonymous users to see fileParameter(s) content? Or, is there way to tell Jenkins not to store fileParameter(s) to .../jobs//f

Re: Masking build environment variables on env variables screen

2014-08-25 Thread Daniel Beck
If you're using Env-Inject, try using its built-in password support instead of Mask Passwords. On 26.08.2014, at 01:50, Marc Esher wrote: > Greetings, > > I'm using env inject and mask passwords, which works great in the console > output for jobs. However, Any global password variables I set

Masking build environment variables on env variables screen

2014-08-25 Thread Marc Esher
Greetings, I'm using env inject and mask passwords, which works great in the console output for jobs. However, Any global password variables I set show up in plaintext on a build's Environment Variables screen. Is there a way to mask or remove variables from that Build env variables screen? T

Parametrically creating Build Flow jobs

2014-08-25 Thread Rob Mandeville
I'm working on a system with n projects and m branches on each, so I want nXm build chains of jobs. I've already grabbed the Job Generator plugin and used that and a Build Flow job to generate sets of free-style jobs, and that works fine. But now I want to wrap each build chain in its own sepa

Re: Windows 7 slave-agent.jnlp error: "Unable to launch application" ( FailedDownloadException: Unable to load resource ) ?

2014-08-25 Thread Eddie Sutton
Thank you Scott. Your guess was correct. Thank you for your patient and informative reply! -Ed On Mon, Aug 25, 2014 at 9:53 AM, Scott Evans wrote: > Ed, > > I would guess you have your Jenkins server configured to be considered at > 127.0.0.1 (i.e. loopback) and so any referece to it from ot

Re: Windows 7 slave-agent.jnlp error: "Unable to launch application" ( FailedDownloadException: Unable to load resource ) ?

2014-08-25 Thread Eddie Sutton
Never mind. Sorry for the noise. - https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+JNLP Go to Jenkins->Manage Jenkins->Configure System Search page for 127 and replace 127.0.0.1 with server's actual IP address. -Ed On Mon, Aug 25, 2014 at 9:42 AM, Ed of th

Re: Windows 7 slave-agent.jnlp error: "Unable to launch application" ( FailedDownloadException: Unable to load resource ) ?

2014-08-25 Thread Scott Evans
Ed, I would guess you have your Jenkins server configured to be considered at 127.0.0.1 (i.e. loopback) and so any referece to it from other machine (i.e. slaves) are trying to hit 127.0.0.1 for the URL which (since it's the loopback address) is trying to contact to itself rather than the master.

Windows 7 slave-agent.jnlp error: "Unable to launch application" ( FailedDownloadException: Unable to load resource ) ?

2014-08-25 Thread Ed of the Mountain
I am setting up a new Jenkins build server and slaves at my new company. I tried three different methods to launch from slave. I tried disabling Windows 7 firewall. When I use the "Launch" button from browser on slave I get an "Application Error" saying "Unable to launch the application". See

Re: Job -> Changes -> list of changed files in SVN. Can you open/view the files from there?

2014-08-25 Thread Hubert Schmoll
Solved. In job setting under "repository browser" I entered "ViewSVN" instead of "Auto" and it worked. On Monday, August 25, 2014 12:24:52 PM UTC+2, Hubert Schmoll wrote: > > Hello everyone, > > i am new to jenkins, so i hope this question has not been answered yet > here, i did not find anythi

Re: UI very slow to load

2014-08-25 Thread Vincent Massol
Hi Nigel, On 25 Aug 2014 at 14:44:15, Nigel Magnay (nigel.mag...@gmail.com(mailto:nigel.mag...@gmail.com)) wrote: > Maven builds? > > On our install, we saw pretty much the same behaviour, which was down to slow > disk, and memory pressure. Basically when memory gets short, things needed > f

Re: UI very slow to load

2014-08-25 Thread Nigel Magnay
Maven builds? On our install, we saw pretty much the same behaviour, which was down to slow disk, and memory pressure. Basically when memory gets short, things needed for the home view get binned, making the reload expensive. If you can do without them, rm -rf'ing the fingerprints directory and r

Re: UI very slow to load

2014-08-25 Thread Baptiste Mathus
2014-08-25 14:11 GMT+02:00 Vincent Massol : > > Some fresh news: > > * Today we’ve seen CPU usage at 800% for the jenkins master process. Note > that we don’t do any build on the jenkins master, they’re all executed on > slave agents. > * Going to http://ci.xwiki.org/threadDump was showing a "Caus

Re: UI very slow to load

2014-08-25 Thread Maureen Barger
Another thing you could try is installing the monitoring plugin to analyze your heap. On Mon, Aug 25, 2014 at 8:31 AM, Vincent Massol wrote: > Thanks Maureen. I had already checked this and our > http://ci.xwiki.org/administrativeMonitor/OldData/manage is already empty. > > Thanks > -Vincent >

Jenkins CLI to create user-specific view

2014-08-25 Thread Luca Abbati
Hi all, I know how to create a new view via the CLI interface, but is it possibile to add a view to a specific user, so that it appears in user's "My Views"? I googled it, but no luck so far. Thanks, luca -- You received this message because you are subscribed to the Google Groups "Jenkins Us

Re: UI very slow to load

2014-08-25 Thread Vincent Massol
 Thanks Maureen. I had already checked this and our  http://ci.xwiki.org/administrativeMonitor/OldData/manage is already empty. Thanks -Vincent On 25 Aug 2014 at 14:24:13, Maureen Barger (mobar...@gmail.com(mailto:mobar...@gmail.com)) wrote: > FWIW we had that issue too and had to run manage o

Re: UI very slow to load

2014-08-25 Thread Maureen Barger
FWIW we had that issue too and had to run manage old data (administrativeMonitor/OldData/manage). On Mon, Aug 25, 2014 at 8:11 AM, Vincent Massol wrote: > > > > On 25 Aug 2014 at 13:59:42, Baptiste Mathus (bmat...@batmat.net(mailto: > bmat...@batmat.net)) wrote: > > > I know this sounds obvious

Re: UI very slow to load

2014-08-25 Thread Vincent Massol
  On 25 Aug 2014 at 13:59:42, Baptiste Mathus (bmat...@batmat.net(mailto:bmat...@batmat.net)) wrote: > I know this sounds obvious, but did you do an upgrade recently?  Yes but the problem is not new, we’ve been having it for a very long time, so it’s hard to know what the new version contribu

Re: UI very slow to load

2014-08-25 Thread Baptiste Mathus
I know this sounds obvious, but did you do an upgrade recently? If so, what was the versions of Jenkins/plugins before? Differences in general? If possible, you might then want to do a git bisect to try and identify the offending commit(s). But sure, even more if 2 days are needed to reproduce the

RE: Unable to startup slave post master upgrade to 1.576

2014-08-25 Thread Sudhakar . Shanmugam
I got it fixed. It was issue with the Java version. Jenkins 1.576 slave not worked with JRE1.5, whereas it worked with the JRE1.6. Thank you Daniel. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Sudhakar.Shanmugam Sent:

Job -> Changes -> list of changed files in SVN. Can you open/view the files from there?

2014-08-25 Thread Hubert Schmoll
Hello everyone, i am new to jenkins, so i hope this question has not been answered yet here, i did not find anything in the interwebs that answers my question. It goes like this: I am using jenkins to build out projects, we fetch the sources via SVN plugin. If you open a certain job, you can

Re: UI very slow to load

2014-08-25 Thread Vincent Massol
Thanks Baptiste. However I knew about the Disk usage plugin and we’ve removed it a long time ago :) FTR we’ve noticed that when we restart Jenkins its speed is ok for a 1 or 2 days and then it starts to slow down a lot till it becomes unusable. Thanks -Vincent On 25 Aug 2014 at 12:17:02, Bapti

Re: UI very slow to load

2014-08-25 Thread Baptiste Mathus
Hi Vincent, Couldn't check your thread dumps just now since I'm currently offline, but if you're using the disk usage plugin try removing it. We removed it some weeks ago too after seeing perf issues and analyzing out these dumps. And there's been quite a lot of people here that seemed to get the

Re: Is there a plugin that generates trending graphs?

2014-08-25 Thread Baptiste Mathus
Hi, you might want to have a look at the metrics plugin and as your own indicators. Not tested it though. We also had been working on a generic metrics plugin, but never finished it. We may put that bank to work of needed. Anyway, in both situations I don't think you'll find a plugin that extracts

RE: Unable to startup slave post master upgrade to 1.576

2014-08-25 Thread Sudhakar . Shanmugam
I could not get any resolution, if you spotted some, could you please share the link? -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck Sent: Monday, August 25, 2014 1:16 AM To: jenkinsci-users@googlegroups.com Su