Re: working with fingerprints from the REST api

2013-01-20 Thread Chris Withers
Answering my own questions: On 17/01/2013 11:48, Chris Withers wrote: Also, how can I compute a fingerprint of a tarball outside Jenkins in order to have something to pump into the above process? In python, this is as simple as: >>> from hashlib import md5 >>> m = md5() >>> m.update(open('D:

Re: Slow Jenkins response to http after upgrade

2013-01-20 Thread Yitzhak Zuriel
We also use the winstone http server that comes out of the box with Jenkins. In our case we run Jenkins as a Windows service. On Saturday, January 19, 2013 9:07:25 AM UTC+2, Richard J wrote: > Yes. > > I just run java.exe Jenkins.war > > or some such command line. i.e. no container app like to

nodes and jobs configuration files to modify - quick questions

2013-01-20 Thread zw
Hi All We have a simple redundancy plan using 2 Jenkins instances, each on a different host, say A and B. Requirement is that all jobs in A are also in B (configuration wise) Q1 We like to set up such what job configurations made in A are copied to B. What job configuration files do we copy ? Q

Amazon EC2 plugin not waking up stopped slaves

2013-01-20 Thread jpd4nt
Hi, would log this as a bug but I can't login to jenkins jria (ldap error). The plugin seems to work fine apart from automatically waking up a slave which is stopped. Logs say it want to provision another node, but it should wake up the stopped node and use that. If I go to the node page and s

Re: Slow Jenkins response to http after upgrade

2013-01-20 Thread Pawel Jasinski
I have moved jenkins master from win7-64 to ubuntu 12.04 and it didn't change the situation. Once the load increases, reload of the main dashboard produces a couple of 304s (Not Changed) with response time over 5 seconds. However, once jenkins is deployed with tomcat problem is gone. The response

Re: Jenkins console gives "Connection refused" when using :ext: for CVSROOT and CVS_RSH=ssh

2013-01-20 Thread michael . m . clarke
Have you tried updating to a newer version of the CVS plugin? It's got built in support for CVS :ext: connections with key files without having to define environment variables to the host operating system. Thanks, Michael On Saturday, January 12, 2013 1:05:42 AM UTC, Cynsa Bonorris wrote: > >

Parameterized job with two stages?

2013-01-20 Thread Yves Schumann
Hi Jenkins'ians, is it possible to configure parameterized jobs with two stages of parameters at the beginning? Let me explain an example. If build job is triggered, it asks for a Jira ticket ID. The user enter the ticket ID and click to continue. On the next page some details of this Jira ticket

Re: Stopping the automatic creation of users

2013-01-20 Thread Adam Mercer
Anyone? On Wed, Jan 16, 2013 at 9:08 PM, Adam Mercer wrote: > Hi > > I set up a test installation of Jenkins today and I've noticed that it > seems to auto create users based on new commits in the repository. I > know these aren't full user accounts and can't be used to log into the > system but

Re: Stopping the automatic creation of users

2013-01-20 Thread Slide
I don't think its possible to do this. On Sun, Jan 20, 2013 at 11:23 PM, Adam Mercer wrote: > Anyone? > > On Wed, Jan 16, 2013 at 9:08 PM, Adam Mercer wrote: > > Hi > > > > I set up a test installation of Jenkins today and I've noticed that it > > seems to auto create users based on new commit

Re: Stopping the automatic creation of users

2013-01-20 Thread Adam Mercer
On Mon, Jan 21, 2013 at 12:30 AM, Slide wrote: > I don't think its possible to do this. Thanks, I'm already up to 30+ users and it's only been a few days. I guess it's just something I'll have to live with. Cheers Adam

How to make my plugin run on slaves ?

2013-01-20 Thread Harish Kayarohanam
Hi , Actually this question was asked on stackoverflow . But may I know if this answer given in link below is correct . http://stackoverflow.com/questions/9279898/can-hudson-slaves-run-plugins?answertab=active#tab-top Why i am asking this is because my plugin fails to run in slave . Tha

request on JOBS Display

2013-01-20 Thread bala nageswar Chadalavada
Hi I have 2 JOBS Created in JENKINS For both the jobs when i clicking on jobs i am getting same JOB history how to over come this please instruct me thanks -- Bala.ch

Jenkins authorization plugin to display on specific jobs for specific users

2013-01-20 Thread shruthi ganesh
Hi, I am writing a jenkins plugin to authenticate and authorize a user in jenkins. I want to display only particular jobs associated with the user in jenkins dashboard, other jobs in jenkins should not be displayed for that user. Is there way to do it in java source code of the plugin?.