Jenkins on Mac OS should install a 'jenkins' user account

2012-02-03 Thread Chris Withers
Hi Sami, Digging up an old thread, I seem to remember you emailed me about some changes made to make Jenkins installations on Mac OS more sane. I believe I advocated having the Jenkins install set up a 'jenkins' user in the same way that the Postgres install sets up a 'postgres' user. Now,

hide jobs and builds for anonymous visitors

2012-02-03 Thread Lars Fischer
Hello, I would like to secure a public Jenkins instance using the FullControlOnceLoggedInAuthorizationStrategy. Is there a way to prevent unauthorized visitors seeing all jobs and builds? Regards, Lars

RE: hide jobs and builds for anonymous visitors

2012-02-03 Thread Ahmet Maruf Aytekin
Yep. Check out this link: https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Lars Fischer Sent: Friday, February 03, 2012 11:49 AM To: jenkinsci-users@google

SVN Checkout of specific revision

2012-02-03 Thread Schädelkeks
I tried to checkout a specific revision with Jenkins by using the @rev url. The checkout then proceeds normally But then Jenkins reports a revision check error. The problem is it tries to check a revision which i did not specify and which does not even exist. Revision 35 whereas 34 is the lates

Re: hide jobs and builds for anonymous visitors

2012-02-03 Thread Lars Fischer
Hello Ahmet, 2012/2/3 Ahmet Maruf Aytekin : > Yep. Check out this link: > https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup thank you for your answer. But this is not using the FullControlOnceLoggedInAuthorizationStrategy displayed as "Logged-in users can do anything". I can n

Re: Console Log RegEx on Build Page

2012-02-03 Thread Lex Manos
Thank you Ken that is exactly what I needed. I've now got download links on the build page that link to mediafire instead of local. -Lex On Thu, Feb 2, 2012 at 9:08 AM, Ken Bertelson wrote: > I use the following to do something similar: > > https://wiki.jenkins-ci.org/display/JENKINS/Groovy+Postb

Triggering a build via a scripted http call and getting back the build number

2012-02-03 Thread Gaetano Giunta
Hello I have read the doc, and google around, but I have found no solution so far to the problem of triggering a build via an http call and getting back a build number (eg json-encoded) instead of a 302 redirect to the page listing project status. I can call http://jenkins-server/job/my_project/b

Jenkins creating lot of connection to CONTEGIX

2012-02-03 Thread Rajesh Kumar
Hi All, I have installed latest version of CI on our ubuntu server. I just found that server is making lot of http connections to CONTEGIX server. (443 port) execute below command: sudo lsof -i:443 Results: COMMAND PIDUSER FD TYPE DEVICE SIZE/OFF NODE NAME java 7042 jenkins

Re: WebSVN 2 integration with subversion plug-in

2012-02-03 Thread Stefan Thurnherr
Using jenkins v1.447 with subversion plugin 1.37, and webSVN 2.3.2. Source/diff links etc. work like a charm :-) Gruäss, stefan. On 2012-02-02 14:07, Ullrich Hafner wrote: Hi, I wanted to integrate Jenkins with our quite old WebSVN 2.0 installation, however, the generated links are not work

Re: Reorder post build actions

2012-02-03 Thread Grégory Boissinot
You can execute a script at the end of the build after all the publishers with the PostBuildScript plugin https://wiki.jenkins-ci.org/display/JENKINS/PostBuildScript+Plugin On Thu, Feb 2, 2012 at 7:06 PM, Glfk4rt wrote: > Thank you so very much for the link > > Rodney > > > On Thu, Feb 2, 2012 a

Selenium plugin updates

2012-02-03 Thread Richard Lavoie
For all of those of you using the selenium grid v2 plugin, it's time to create your issues/requests on issues.jenkins-ci.org. I'm currently working on a version where the configuration part will be enhanced alot, see issue https://issues.jenkins-ci.org/browse/JENKINS-12463 The plugin I'm talking

Violations Plugin and JSlint

2012-02-03 Thread Bob Koertge
I cannot seem to get detailed infomration on my errors with JSLint and violations. Here is some screenshots http://screencast.com/t/Vu6vo2y9 -> I get the overall results, but clicking any of the .js file links leads to a blank page! http://screencast.com/t/LHM09UYw9ruf Anyone have any ide

conditional plugin and missing data

2012-02-03 Thread Matt Fair
Hello, I'm using the conditional buildstep plugin to check what build type I have and in conjunction with the S3 artifact upload plugin upload to a different bucket. The S3 artifact plugin by itself works fine to a single bucket, however when I try to do it via the conditional plugin it doesn't sa

Re: Jenkins creating lot of connection to CONTEGIX

2012-02-03 Thread Andrew Bayer
That's either downloading the update center and related JSON data, or it's doing the anonymous usage statistics report. You can disable the latter if you want in Manage Jenkins -> Configure. A. On Fri, Feb 3, 2012 at 5:24 AM, Rajesh Kumar wrote: > Hi All, > > I have installed latest version of C

Jenkins running server out of memory

2012-02-03 Thread Al
hello all, I have jenkins 1.441 on a centos vm with one gig of memory. I installed it by dropping the war file in tomcat. I installed about four plugins and then started running builds. All was well but then I got to about 12 different builds running throughout the day and keeping only one build w

Re: Selenium plugin updates

2012-02-03 Thread Michael Higgins
On Fri, 3 Feb 2012 10:35:45 -0500 Richard Lavoie wrote: > For all of those of you using the selenium grid v2 plugin, Actually, not using it yet. Installed, but haven't yet found how to set up a job. After much pain and google, I've come up empty-handed. Given a cluebat, I can probably find and

Re: Violations Plugin and JSlint

2012-02-03 Thread Daniel Becroft
I've had the same issues with the violations plugin and style cop/fxcop. Not sure why. Sent from my phone - any correct spelling is accidental. On 04/02/2012, at 3:33 AM, Bob Koertge wrote: > I cannot seem to get detailed infomration on my errors with JSLint and > violations. Here is some sc

Re: Jenkins running server out of memory

2012-02-03 Thread Didier Durand
Hi, You should install the Monitoring plugin: https://wiki.jenkins-ci.org/display/JENKINS/Monitoring it will get you lots of info about your jvm running jenkins: when you have them, you can post back it here with the elements in hand (how many threads, etc.) It will then be much easier for peop

Re: Triggering a build via a scripted http call and getting back the build number

2012-02-03 Thread Nataly Naumova
I did it using http parsing, but it is not a good solution. Also the build can come to queue? and there can be problems with build number, because it will depend from builds priority in such case. The best way is to use groovy script for triggering build and getting the build number then. 2012/2/3

Re: conditional plugin and missing data

2012-02-03 Thread Matt Fair
Simple work around I found was to just set an environment of the bucket name and then use S3 plugin as normal with the environment variable. On Fri, Feb 3, 2012 at 11:15 AM, Matt Fair wrote: > Hello, > I'm using the conditional buildstep plugin to check what build type I > have and in conjunction

Re: Selenium plugin updates

2012-02-03 Thread Richard Lavoie
Actually, selenium is not a build addon. How this selenium plugin works is that it starts a selenium node on each master/slaves running in your jenkins. Then in your junits, which is called from your build in the way you like, your tests will connect to selenium to do the required browser navig