Re: Jenkins User Conference 2014

2014-02-02 Thread Michael Hüttermann
Hi, Fred's question is a very good one. Best regards Michael > Alyssa Tong hat am 1. Februar 2014 um 17:14 geschrieben: > > > Hi Fred, > > The date may change :o) > > The thought is that Berlin is easily accessible for those coming from > outside of the city. > > Where would you say has the b

Re: Jenkins User Conference 2014

2014-02-02 Thread Christopher Orr
Hi all, In my Cologne-biased opinion, I agree that it's a city very central within (western) Europe and is easily reached by plane/train/automobile for a *lot* of people. But I can also understand that Berlin is also a very well-served destination, and is presumably a cheaper place for people

How to get APK from soucecode from Jenkins

2014-02-02 Thread Sagar Mistry
Hi Guys, I have a problem to get apk from my project code.. can any one help me out to solve this from jenkins Thanks in advance:) -- 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

Re: How to get APK from soucecode from Jenkins

2014-02-02 Thread Sagar Mistry
THis project is basically for Android Based On Monday, 3 February 2014 00:08:26 UTC+5:30, Sagar Mistry wrote: > > Hi Guys, > > I have a problem to get apk from my project code.. can any one help me out > to solve this from jenkins > > Thanks in advance:) > > -- You received this message becaus

RE: Mailing List to Announce Plugin Updates . . .

2014-02-02 Thread Frank Merrow
RSS feed is perfect . . . thank you both for the pointers From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kevin Fleming (BLOOMBERG/ 731 LEXIN) Sent: Saturday, February 01, 2014 11:39 PM To: jenkinsci-users@googlegroups.com Subject: Re: Mailing Lis

Captcha to log in

2014-02-02 Thread Christophe Gesché
Hello, I want to enable a captcha on login. Today I meet Kohsuke during FOSDEM, He show me an option in Global security, but it's work only in register form/sign up , not on "log in/sign in" Any idea /solution /alternative to brute force protect ? -- You received this message because yo

Re: Captcha to log in

2014-02-02 Thread Vincent Latombe
Hi Christophe, at the moment the Captcha support is only implemented for the sign up page. I guess having it for the login page would require a development effort (shouldn't be a big effort though). Cheers, Vincent 2014-02-02 Christophe Gesché : > Hello, > > I want to enable a captcha on logi

update new gitserver url to all the jobs

2014-02-02 Thread Maneesh M P
Hello, We have recently migrated git repositories to a new server. we have around 100+ jobs running in jenkins. Is there an easier way to configure all the jobs with new git url ? Thanks, M -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Re: update new gitserver url to all the jobs

2014-02-02 Thread Richard Bywater
Writing a Groovy script that will go through and update them all is probably the easiest way. Richard. On Mon, Feb 3, 2014 at 12:45 PM, Maneesh M P wrote: > Hello, > We have recently migrated git repositories to a new server. we have > around 100+ jobs running in jenkins. Is there an easier wa

Re: update new gitserver url to all the jobs

2014-02-02 Thread Maneesh M P
can you give me a clue on how to do that? Thanks, M On Sunday, February 2, 2014 3:46:42 PM UTC-8, Richard Bywater wrote: > > Writing a Groovy script that will go through and update them all is > probably the easiest way. > > Richard. > > > On Mon, Feb 3, 2014 at 12:45 PM, Maneesh M P > > wrote:

Re: Jenkins User Conference 2014

2014-02-02 Thread FredG
Hi Alyssa, I'm not an expert on spatial distribution of software engineers in Germany, but obviously mayor cities are hot spots. While most of the biggest German companies are located in the south, south-west and west, the north and north-east are very popular for startups, for example. If peop

Issue -21618- wrong load statistics - busy executors in minus

2014-02-02 Thread Hiteswar
Hi At my Jenkins - 1.480.3 lts, For label load statistics , it showing busy executors in minus (down) ... Please share fix/ comment for this . I already created jira issue -21618 for this issue . Regards Hiteswar > -- You received this message because you are subscribed to the Google Groups

Re: hudson.model.WorkspaceCleanupThread.disabled=true ? - quick question

2014-02-02 Thread zw
Hi Dan Thanks for responding and explanation. Our CI is giving us weird experience. As part of troubleshooting after discovering our weird jobs workspace wiped out behavior, we decide to create another new View and a new job from scratch. Even with this new job, it is also wiped out after some t

Re: hudson.model.WorkspaceCleanupThread.disabled=true ? - quick question

2014-02-02 Thread zw
Hi Dan We also found out that the new job has always been running on the same slave but it is also experiencing the same workspace wipeout experience daily. What is the interval set of the workspace wipeout ? Where can we read such configuration ? Sincerely On Monday, January 27, 2014 11:25:31

How to pass java compiler option on slave ?

2014-02-02 Thread zw
Hi All How do we pass additional javac option to a slave running running a job using Ant ? Thanks -- 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 email to jenkinsci-u

How to pass Java option to IBM SDK 6 in job - quick question

2014-02-02 Thread zw
Hi All We tried setting JAVA options using -Xlint with IBM java SDK 6 in the Ant build step but we're getting error. In the JAVA options box we put -Xlint and error shows below; we also tried -Xlint:deprecation and Xlint - all didn't work. What are we doing wrong ? *22:21:42* [USER] $ /user/hud

Re: Issue -21618- wrong load statistics - busy executors in minus

2014-02-02 Thread Daniel Beck
Please limit mailing list messages to severe issues. A glitch in the load statistics doesn't qualify. You're experiencing this on 1.480.x, which is obsolete since May 2013 when 1.509.1 was released. Nobody cares about that anymore. On 03.02.2014, at 03:33, Hiteswar wrote: > Hi > At my Jenkins

Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-02-02 Thread Srinivas Kona
One workaround would be to decrease the security level of java.start-->configure java--->security tab--->decrease the security level to the least. On Thursday, January 16, 2014 2:18:06 AM UTC+5:30, Jeremy Morton wrote: > > Thanks, that got me back to having to check a box each time I start

Jenkins-Reviewbot failing with Perforce

2014-02-02 Thread David Resnick
I'm trying to use the Jenkins-Reviewbot plugin with Perforce as the SCM. While I managed to get a trivial patch (with a single added line to a file) to work, more complex patches fail. Has anyone managed to get the plugin working with Perforce? The problem apparently has to do with the patch fo

Re: How to pass Java option to IBM SDK 6 in job - quick question

2014-02-02 Thread Richard Bywater
Judging by the output, your Ant script is calling java and not javac which is probably why it isn't working. You might want to revisit your build.xml file. Richard. On Mon, Feb 3, 2014 at 7:46 PM, zw wrote: > Hi All > > We tried setting JAVA options using -Xlint with IBM java SDK 6 in the Ant

Keep getting org.tmatesoft.svn.core.SVNException: svn: E200030: BUSY - quick question

2014-02-02 Thread mpc8250
Hi All We tried running a job that keeps giving the following error. We tried wiping workspace on slave and also on the jobs/ directory within. We tried checking out from SVN on another machine using another svn client outside of Jenkins and it worked. What are we doing wrong and how can we reco