RE: Mailer plugin

2014-07-29 Thread Matthew.Webber
I haven’t looked at the code, but it makes sense that emails be sent from the master. In the Jenkins configuration, you specify the SMTP server to use, and that is a global setting. If email was sent from slaves, then you would need to be able to configure the SMTP server on a slave –by-slave

Re: Any upper limit on slaves?

2014-07-29 Thread Stephen Connolly
With appropriate tuning of various parameters, we have seen customers get over 1000 executors on-line (with an average of 2-3 per slave) With a large number of slaves, you are usually better using one of the on-demand retention strategies. Getting all 1000 executors running builds can be

RE: Any upper limit on slaves?

2014-07-29 Thread Rob Mandeville
I have personally run about 350 one-executor slaves (each slave represented a unique resource). The hardware was reasonably beefy, at least 128 GB RAM and 1TB storage, and the Jenkins server ran a bunch of other services as well. The limiting factor appeared to be disk I/O; remember that all

Build fails on Gradle-Artifactory Integration

2014-07-29 Thread Eric Wood
I have a gradle build that I am trying to publish the results to Artifactory.   When I run the build without the integration turn on it succeeds. When I turn on the integration to artifactory the build fails, but I can see no indication in the build output as to why. I have configured it

Jenkins plugin to show which task executes in Msbuild file

2014-07-29 Thread Hariharan
Hi I am a .net developer. I can successfully setup the Jenkins job for .Net project. It is done through different targets in msbuild file. If i want to know about any details, then i need to go through the console log. To resolve this issue, I want to know whether any plugin available to

Running great on Windows 2003 Server, failing badly on Windows 2008 Server

2014-07-29 Thread Shibani
We use Jenkins CI for a large web application. It is installed on a Windows 2003 server and is working out great for us. Recently, we've been directed to switch our installation to a Windows 2008 server and we are now running into problems when running unit tests related to Hibernate and JEE

Re: Running great on Windows 2003 Server, failing badly on Windows 2008 Server

2014-07-29 Thread Mark Waite
I've not seen (or heard) of such a case. Are the same JDK versions used? Are you using the Oracle JDK or some other JDK? On Tue, Jul 29, 2014 at 10:33 AM, Shibani bobc.corco...@gmail.com wrote: We use Jenkins CI for a large web application. It is installed on a Windows 2003 server and is

Re: Running great on Windows 2003 Server, failing badly on Windows 2008 Server

2014-07-29 Thread Shibani
They are slight variations of JDK 1.6 and yes they are Oracle JDK's. On Tuesday, July 29, 2014 12:33:17 PM UTC-4, Shibani wrote: We use Jenkins CI for a large web application. It is installed on a Windows 2003 server and is working out great for us. Recently, we've been directed to switch

Re: Running great on Windows 2003 Server, failing badly on Windows 2008 Server

2014-07-29 Thread Mark Waite
Since Oracle jdk 6 is officially not supported by Oracle, I think you should switch to JDK . On Jul 29, 2014 10:51 AM, Shibani bobc.corco...@gmail.com wrote: They are slight variations of JDK 1.6 and yes they are Oracle JDK's. On Tuesday, July 29, 2014 12:33:17 PM UTC-4, Shibani wrote: We

LDAP configuration in jenkins

2014-07-29 Thread alok kumar
Hi All, We have a requirement where in we would like to configure Jenkins users to be authenticated by seeing up LDAP. The problem here is we have these users working in different domains. So, how can I setup LDAP for users present in different domains as I see only one set of configuration that

Re[2]: Accessing Build Status and Number from Groovy Script

2014-07-29 Thread murshed . ahmed92
Thanks for your reply Slide. Can I access them right away or do I need a plugin first? I've noticed online that a lot of people refer to the Groovy PostBuild Plugin when it comes to accessing build objects. Sent from my iPhone Monday, July 28, 2014, 7:47 PM -0400 from Slide

Re: Re[2]: Accessing Build Status and Number from Groovy Script

2014-07-29 Thread Slide
The Groovy stuff for email-ext is built into the email-ext plugin, no external plugin is necessary for the groovy templates in email-ext. On Tue, Jul 29, 2014 at 10:24 AM, murshed.ahme...@gmail.com wrote: Thanks for your reply Slide. Can I access them right away or do I need a plugin first?

Re[2]: Re[2]: Accessing Build Status and Number from Groovy Script

2014-07-29 Thread murshed . ahmed92
How do I initialize the build object? I tried assigning a new Build() to it but of course that is abstract so I can't create an instance of it. I was able to successfully access the Jenkins environment variables however. Sent from my iPhone Tuesday, July 29, 2014, 1:29 PM -0400 from Slide

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-29 Thread Adam Westhusing
Not sure if this was already suggested, but when configuring the Git repository in your project you can set the timeout. Look at Additional Behaviors and add Advanced Clone Behaviors. There you can set Timeout (in minutes) for clone and fetch operation to whatever you need. On Fri, Jul 25,

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-29 Thread Mark Waite
Thanks. Yes, Pavan is aware of the timeout value available on clone. He adjusted that. His timeout was happening during checkout, a phase which is entirely on the local disk, and which currently does not have a way to adjust the timeout. Mark Waite On Tue, Jul 29, 2014 at 12:31 PM, Adam

Recommendations for Verification Build Setup

2014-07-29 Thread Adam Westhusing
Hi, I am in the midst of trying to update our Jenkins instance to utilize Gerrit verification builds. However, I'm kind of curious what others have done in this area. The few projects I've setup have the verification builds mixed in with normal integration builds via the Gerrit Trigger. -

Re: Moved Jenkins to different location/user now slave-agent.jnlp has invalid duplicate port number in the url

2014-07-29 Thread Hansen Loke
Ok, after the move again I ran the commands and now got: http://my.machine.com:8080:8080/jenkins/http://my.machine.com:8080/jenkins/ my.machine.com:8080 null So it looks like with the change it some how introduced extra port in the url. But if it's the port forwarding or reverse proxy

Re: Compiler warnings and ignoring files

2014-07-29 Thread Ulli Hafner
This depends on the parser. Most of the parsers create files with absolute filenames. If the parser produces relative paths then the absolute paths are determined after the filter operation. But it should be possible to move the filtering after the expansion. Please file a new feature request

Re: Delete user/people from jenkins

2014-07-29 Thread Bradley
+1. I found this post after scouring Google for an answer to this question. I keep getting info about emails bouncing because it's trying to deliver build failure emails to users who no longer exist. I can't delete the user through the interface and the user still has commits in branches that

Re: Delete user/people from jenkins

2014-07-29 Thread Hiteswar
Hi , Why don't you send build failure mails to receivers by configuring at job at mail extension plugin's feature , instead of sending to commiters ( default enabled at mail extension plugin ) On Jul 30, 2014, at 8:28 AM, Bradley bradley.wag...@hannonhill.com wrote: +1. I found this

Sectioned Views + Folders

2014-07-29 Thread Bob Bell
I really like the Sectioned Views plugin, and how it allows me to view jobs all on one page, and yet divide them into some logical groups. Recently, our organization has been using the CloudBees Folder plugin, and I’d like to include jobs from a few subfolders in my view. If I create a