Re: Error during Grails build with Grails plugin

2013-12-16 Thread tom-e
Hello Eric I think you are wright, but the problem is that the quoting is done by the grails plugin. I've got no quotes in the configuration. And it seems that only we got this problem with the grails plugin. Kind regards Tom -- You received this message because you are subscribed to the

Expose only userContent to anonymous users?

2013-12-16 Thread harry
I would like to expose userContent to anonymous users (so that they can download build artefacts), but not any other part of the Jenkins UI. Is this possible? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and

Missing git plugin

2013-12-16 Thread Michael Power
I installed jenkins 1.544 onto Ubuntu 13.10. Upon trying to configure a maven2/3 build I found it had not GIT SCM option. I figured the git plugin was not installed (I thought it was installed by default). I reviewed the list of available git plugins, although there are many plugins listed

Re: Missing git plugin

2013-12-16 Thread Michael Power
I tried both the latest release 1.544 and the LTS 1.532.1. Both are completely disfunctional for me. I cannot clone the source so I cannot build the source. On Monday, December 16, 2013 5:07:06 AM UTC-8, Michael Power wrote: I installed jenkins 1.544 onto Ubuntu 13.10. Upon trying to

Re: Missing git plugin

2013-12-16 Thread Mark Waite
The git plugin is not installed by default. The Git plugin is listed in the Available tab of the Update Center as Jenkins GIT pluginhttp://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin. It will also include the Git Client Pluginhttp://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin when

Re: Running a shell command on multiple/all slaves from script console

2013-12-16 Thread Omer Weissman
I was considering using the matix job, but it has a major flaw, it will be queued with the regular builds...we have one executor per slave and some of the jobs run for a long time ~30 minutes, so on part of the slaves it will wait for a long time in the queue. I'm ok with t processing one by

Re: Running a shell command on multiple/all slaves from script console

2013-12-16 Thread Les Mikesell
On Mon, Dec 16, 2013 at 9:24 AM, Omer Weissman weiss...@gmail.com wrote: I was considering using the matix job, but it has a major flaw, it will be queued with the regular builds...we have one executor per slave and some of the jobs run for a long time ~30 minutes, so on part of the slaves it

Re: Running a shell command on multiple/all slaves from script console

2013-12-16 Thread Omer Weissman
I have 17 slaves and soon will have more, so adding another maintenance agent per machine is a huge overhead... I'm aware of the execute().text as I understand, from the manage console it will only run on the master. please see my original post for the loop trying to accomplish this. many

Re: Suggestions for CI with Jenkins Database

2013-12-16 Thread Michael Barbine
https://github.com/mbarbine/JenkinsDB On Sunday, November 20, 2011 3:46:13 AM UTC-5, julio wrote: Hi all, we are starting our development project for the first time with Jenkins, and we planned to manage the Database-CI in this way: 1) every single developer has own database schema+data

Re: Real-time log parsing?

2013-12-16 Thread Michael Barbine
https://github.com/mbarbine/JenkinsDB On Friday, October 12, 2012 11:25:18 AM UTC-4, Mandeville, Rob wrote: I’m running multi-hour test cycles and my users have a demand for real-time results. If test #50 failed 45 minutes in, they want to be able to see it without waiting five hours for

Re: Store build meta data in a db

2013-12-16 Thread Michael Barbine
SOLUTION: https://github.com/mbarbine/JenkinsDB On Tuesday, April 9, 2013 6:32:03 PM UTC-4, Ipoo Doh wrote: Problem: I want to store build metadata in a db, things like Job and its build history details like The build number, time it started, time it ended, whether it succeeded, where the

Re: Jenkins Database Envy - is it just me?

2013-12-16 Thread Michael Barbine
https://github.com/mbarbine/JenkinsDB On Friday, October 12, 2012 11:39:41 AM UTC-4, Mandeville, Rob wrote: I’ve been using Jenkins for a couple of years (starting back before the Hudson/Jenkins fork) and it has saved my career on several occasions. However, I’m getting some database

Re: Jenkins - database backend or separate database for reporting (Sonar?)

2013-12-16 Thread Michael Barbine
https://github.com/mbarbine/JenkinsDB On Monday, November 14, 2011 4:56:50 PM UTC-5, gboissinot wrote: Which metrics tools do you use? Sonar provides some plugins to support Java, C/C++, C# and so on. These plugins run the metric tool (run step) and record metrics results in Sonar

Re: Running a shell command on multiple/all slaves from script console

2013-12-16 Thread Les Mikesell
On Mon, Dec 16, 2013 at 10:23 AM, Omer Weissman weiss...@gmail.com wrote: I have 17 slaves and soon will have more, so adding another maintenance agent per machine is a huge overhead... I don't find adding nodes to be difficult, especially if you start them with ssh. Just add by copying an

Central Git Checkout

2013-12-16 Thread qbdave
Has anyone considered a modification to the git plugin (or other SCM plugins), to reduce the total number of checkouts physically required on a slave machine? We run 6 mult-configuration projects (debug and release configurations) on a handful of computers. Each configuration requires one code

Re: Build-Flow graph disappeared after restart jenkins

2013-12-16 Thread zacky azoulay
Hi Thank Regards zacky בתאריך יום שישי, 13 בדצמבר 2013, frank stockmans כתב: We had a similar problem upgrading to LTS 1.504.9. Part of it was upgrading the buildflow plugin. We reverted to version 0.9 for now, till they fix a bug. So waiting for that release to upgrade. br/Frank On

Re: Jenkins and Git Hub Service Hook Failure

2013-12-16 Thread Vitorrio Brooks
Hi Marius, Thanks for the link, it was informative. We aren't using XSS protection, so I don't think this issue applies. I've also validated the JSON to make sure that there was nothing out of place, in regards to the structure of the payload from the POST hook. Still no luck getting the job

Re: Central Git Checkout

2013-12-16 Thread Gergely Nagy
Not sure how have the exact same checkout multiple times is useful (most of my jobs modify the workspace so I need to isolate them from each other - separate workspace == separate checkouts). OTOH, I was also interested to save on disk space when it comes to large git repos cloned multiple times.

Gerrit Trigger generating large queue of jobs

2013-12-16 Thread Curtis Kline
We have a repo with lots of development going on, and we want to trigger builds using the Gerrit Trigger plugin (using change merged). Unfortunately the plugin queues up builds on this repo every few minutes, since we're checking in lots of changes. The builds take 25 minutes, so right now there

Re: Central Git Checkout

2013-12-16 Thread David Gayman
Greg, Thank you for responding, I am somewhat new to git and had no idea about the --reference option. Your solution looks like basically the best way to do this. I still wonder why there are no options out-of-the-box to: 1) Set up only one cloned repository per project, and 2) Refuse to check

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

2013-12-16 Thread Adam Westhusing
I tried doing this and still received the security warning. Is there anything special that needs to be set on the server side to not receive the warning? On Mon, Dec 2, 2013 at 3:39 PM, Mark Waite mark.earl.wa...@gmail.comwrote: You can download slave.jar from the link on each slave node

Re: Ongoing issue with Active Directory plugin

2013-12-16 Thread Adam Westhusing
I see this same issue, but haven't noticed any detrimental effect on my Jenkins instance. On Thu, Nov 28, 2013 at 10:00 AM, David Aldrich david.aldr...@emea.nec.comwrote: Hi I am running Jenkins 1.509.4 LTS with Jenkins Active Directory Plugin v.1.33. In Jenkins Configure Global Security

Role Based Strategy using LDAP

2013-12-16 Thread VFloyd
We have recently moved our Jenkins instance behind https. We want everyone who needs to run a build to log into Jenkins...right now Anonymous can run builds. We have set up Role Based Strategy using LDAP and although I can create and give it Global Rights with the build box checked under

Changes - all being shown vs most recent

2013-12-16 Thread VFloyd
After a build, what in Jenkins controls what is being shown as Changes? We have some projects that show every change ever made (this is in Git) and some jobs that only show the most recent change (also coming from Git). -- You received this message because you are subscribed to the Google

Re: Role Based Strategy using LDAP

2013-12-16 Thread Richard Bywater
It sounds like potentially the groups aren't getting picked up for the users when they login. Are you able to confirm that they are coming through? Have you tried giving individuals permissions? Richard. On Tue, Dec 17, 2013 at 9:46 AM, VFloyd vanettafl...@gmail.com wrote: We have recently

Re: Role Based Strategy using LDAP

2013-12-16 Thread Daniel Beck
Not sure how HTTPS is related here, but open http://yourjenkins/whoAmI after logging in (or not) as different users and compare what's shown there to your permissions config. Note that LDAP group resolution isn't recursive, so if user1 is member of G1, and G1 is member of G2, user1 is _not_

Re: Central Git Checkout

2013-12-16 Thread Gergely Nagy
I still wonder why there are no options out-of-the-box to: Probably noone needed it badly enough to do it or to pay for it :) It seems to me that in the Git world, several smaller repos are preferred instead of a big monolithic one. Not sure about you, but in our case the big repo was

Re: Role Based Strategy using LDAP

2013-12-16 Thread VFloyd
Note that LDAP group resolution isn't recursive, so if user1 is member of G1, and G1 is member of G2, user1 is _not_ considered a member of G2. I bet this is it. We are trying to use techall which contains all the other groups. Thank you so much Richard. On Monday, December 16, 2013

Re: Role Based Strategy using LDAP

2013-12-16 Thread Richard Bywater
Actually that was Daniel - but hopefully it is the solution to your issue! :) Richard. On Tue, Dec 17, 2013 at 10:39 AM, VFloyd vanettafl...@gmail.com wrote: Note that LDAP group resolution isn't recursive, so if user1 is member of G1, and G1 is member of G2, user1 is _not_ considered a

Re: Central Git Checkout

2013-12-16 Thread teilo
Sounds like you want a shallow clone rather than a full one. you have thus option on the git plugin for about a year. That way you won't have all of the history for the clone and hence less disk space and network traffic is required. -- You received this message because you are subscribed to

Gerrit Trigger generating large queue of jobs

2013-12-16 Thread teilo
For our commit build we use a change hook on Gerrit that notifies Jenkins, Then just use normal git setup with polling @yearly. -- 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,

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

2013-12-16 Thread Mark Waite
No, there is nothing on the server side which needs to be set. Maybe I'm not understanding the technique you attempted. I downloaded the slave.jar file from the Jenkins server to a local directory on my computer. I created a batch file and inserted the java -jar slave.jar ... command in the

Re: Questions about fingerprints and promos

2013-12-16 Thread Maureen Barger
Any thoughts, anyone? Thanks. On Sat, Dec 14, 2013 at 10:47 AM, Maureen Barger mobar...@gmail.com wrote: Hi - Our process is probably like many of yours - Build something - run regression - promote build on test success In between those steps we copy artifacts from the build to fingerprint

Re: Central Git Checkout

2013-12-16 Thread David Gayman
Nice, I wasn't aware of shallow or reference clones. This could be helpful. One more note: The jenkins server is set up as a web server to the outside world. Our build machines are not exposed as servers. For security reasons no source code is allowed on the jenkins server; but it would be

Re: Central Git Checkout

2013-12-16 Thread Mark Waite
I may have misunderstood your comment about not wanting to clone the source code onto the Jenkins server. If so, my apologies. I assumed you meant that you don't want the project source code to ever arrive on the central Jenkins server. One way to do that might be to constrain the jobs to never

Re: User session - configure timeout

2013-12-16 Thread kcd
I think this is the answer: http://stackoverflow.com/questions/14433070/default-session-timeout-for-apache-tomcat-applications Open tomcat_home/conf/web.xml and find this !-- Default Session Configuration = -- !-- You can set the default session

Re: Java error while launching agent [Jenkins Master (windows, Slave (red Hat Linux)]

2013-12-16 Thread Divya Madaan
Thankyou very much Marius. This is resolved now. On Friday, December 13, 2013 4:19:08 PM UTC+5:30, Divya Madaan wrote: Hi, I am trying to launch agent on linux server via SSH but getting below error. Could anyone please help with this ? [12/13/13 01:19:10] [SSH] Opening SSH connection to

Re: Java error while launching agent [Jenkins Master (windows, Slave (red Hat Linux)]

2013-12-16 Thread Indra Gunawan (ingunawa)
Please download oracle JAVA at least version 1.6 yourself and install it on the slave first. From: Divya Madaan divya.mad...@gmail.commailto:divya.mad...@gmail.com Reply-To: jenkinsci-users@googlegroups.commailto:jenkinsci-users@googlegroups.com

Re: Jenkins - database backend or separate database for reporting (Sonar?)

2013-12-16 Thread Indra Gunawan (ingunawa)
SQLServer, a database for Window only, is something you want to use with Jenkins? Yikes!!! From: Michael Barbine barbine.mich...@gmail.commailto:barbine.mich...@gmail.com Reply-To: jenkinsci-users@googlegroups.commailto:jenkinsci-users@googlegroups.com

Re: email-ext tokens for Build Failure Analyzer

2013-12-16 Thread Adam Guja
jelly script for obtaining information from Build Failure Analyzer plugin and using it in Email ext plugin Many thanks to Robert Sandell (one of the developers of BFA) for assisting me in creating this snippet! j:jelly xmlns:j=jelly:core xmlns:st=jelly:stapler xmlns:d=jelly:define BODY