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:
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
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
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
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
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:
>
>
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
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
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
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
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
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
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?.
13 matches
Mail list logo