Jenkins "Committer" via Kiln SCM?

2013-06-19 Thread jeff . chastain
I have Jenkins deployed in a pretty stock fashion at this point and I have a project set up and connected to a hosted Kiln / Mercurial repository. When I run the build, it pulls the latest code from the repository and then quits ... very basic and easy. I have the post-build action email noti

Re: How to reset the system properties of a Unix salve?

2013-06-19 Thread Sameh Tawfik
Does anyone know how or from where Jenkins reads the salve node "System Properties" values? As I mentioned previously, I need to modify some of the system properties values of the slave node. On Wednesday, June 19, 2013 12:22:57 PM UTC-7, Sameh Tawfik wrote: > > Hi, I'm using *Jenkins ver. 1.

Re: Jenkins email notification setup - company domain / james not working

2013-06-19 Thread Sairam Sankaran
Here is the output of netstat. Looks like the port 25 is listening for smtp C:\>netstat -a | find "LISTENING" TCP:smtp ..com:0 LISTENING TCP:pop3 ..com:0 LISTENING TCP:nntp ..com:0 LISTENING TCP:epmap..com:0 LISTENING TCP:microsoft-ds ..com:0 LI

Re: Jenkins email notification setup - company domain / james not working

2013-06-19 Thread k . thieling
Try running netstat, I think with the -n option to see what is using that port.  It should list out the PID which you can check in task manager then. - Original Message - From: "Sairam Sankaran" To: jenkinsci-users@googlegroups.com Sent: Wednesday, June 19, 2013 3:15:34 PM Subject: R

Re: Jenkins email notification setup - company domain / james not working

2013-06-19 Thread Sairam Sankaran
Yes. I have anti-virus running on that machine. And for gmail I used 465 for smtp port. When I telnet to my localhost mail server, I do so on port 25. Looks like a possible issue. Do you have any suggestions on freeing that port? Sairam On Wed, Jun 19, 2013 at 1:11 PM, Scott Evans wrote: >

Re: Jenkins email notification setup - company domain / james not working

2013-06-19 Thread Scott Evans
If you're running Windows, do you have any sort of virus protection running on your jenkins server box that might be blocking outgoing emails, or possibly port 25 is being blocked on an outgoing request? I assume when you say you can telnet to the email server machine that you're telnetting to por

Re: Jenkins email notification setup - company domain / james not working

2013-06-19 Thread Sairam Sankaran
OK. I can understand if I am using my company mail server. But do not understand why a mail server on the same Jenkins machine that I setup is not working. Sairam On Wed, Jun 19, 2013 at 1:07 PM, wrote: > It shouldn't need it unless your environment requires it, which yours > must. Mine is

Re: Jenkins email notification setup - company domain / james not working

2013-06-19 Thread k . thieling
It shouldn't need it unless your environment requires it, which yours must.  Mine is set up without authentication. You may have to work with your IT team to figure out why you are getting rejected.  The mail server might just be rejecting anything from the Jenkins server IP or at least so

Re: Jenkins email notification setup - company domain / james not working

2013-06-19 Thread Sairam Sankaran
Yes. I have tried w/o authentication. I am unable to move past the config page because the test fails. I think it needs authentication. Because when I tried it with gmail, it failed w/o authentication and worked when I supplied it. Sairam On Wed, Jun 19, 2013 at 1:00 PM, wrote: > Might sound

Re: Jenkins email notification setup - company domain / james not working

2013-06-19 Thread k . thieling
Might sound weird, but have your tried your company mail server without using authentication? And does it fail even when you try using the test checkbox and send an email from the config page? - Original Message - From: "Sairam Sankaran" To: jenkinsci-users@googlegroups.com

Jenkins email notification setup - company domain / james not working

2013-06-19 Thread Sairam Sankaran
I am trying to setup email notification for my jenkins server for build failures. Things I have tried: 1) Use my company smtp mail server with authentication - does not work. Connection refused. I am able to telnet from jenkins server machine. 2) Setup my own James mail server. SMTP server -

Re:How to reset the system properties of a Unix salve?

2013-06-19 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Have you executed on any jobs on that slave yet? It's possible that information won't be updated until Jenkins actually connects to the slave to execute a job. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jun 19 2013 15:23:23 Hi,

How to reset the system properties of a Unix salve?

2013-06-19 Thread Sameh Tawfik
Hi, I'm using *Jenkins ver. 1.519* , and I set a Unix slave that has java version 1.5 as the default java installation. I installed a newer version of Java 1.7 in my home folder on that slave machine, and I'm trying to let Jenkins use this version when it connect to t

Re: Jenkins Email, Ant and Java issue

2013-06-19 Thread J Starbird
Sorry I should have pointed out that this is Jenkins 1509.1. On Wednesday, June 19, 2013 11:00:00 AM UTC-7, J Starbird wrote: > > I was having an issue sending an email from Ant, can't use the Jenkins one > because I send this email during the task, and found a fix which > said to add this to the

Jenkins Email, Ant and Java issue

2013-06-19 Thread J Starbird
I was having an issue sending an email from Ant, can't use the Jenkins one because I send this email during the task, and found a fix which said to add this to the Ant Java params, -Djava.net.preferIPv4Stack=true, which did fix the Ant mailing issue. However, then at the end of the Jenkins task

RE: Question about Jenkins polling

2013-06-19 Thread Mandeville, Rob
Only one build of a given job with a given set of parameters (if your job uses parameters) can be queued at a time. In short, after x hours have elapsed, the test will be queued once. I don't remember if the polling stops once a job is queued, but even if it keeps going, it can't keep piling u

Re: Question about Jenkins polling

2013-06-19 Thread k . thieling
You should still be able to set it up just to poll the SCM at 8 every day.  Polling the SCM will only trigger the job if there actually were changes. - Original Message - From: "David Aldrich" To: jenkinsci-users@googlegroups.com Sent: Wednesday, June 19, 2013 10:54:10 AM Subject: RE

RE: Question about Jenkins polling

2013-06-19 Thread David Aldrich
Hi Thanks for both replies. > Are you wanting it to do this or not do this? I do want it to do what you describe, so that's fine. > It will run with the latest scm data at the time the job starts, not running > with the state of the scm at the time that it was queued. That is the crucial po

Re: Question about Jenkins polling

2013-06-19 Thread k . thieling
My understanding and what I have come across is that it does not stop polling.  I have a job set up that takes about 20 minutes to run and polls an SVN repository.  If a change occurs, the job is triggered, and if a change occurs while the job is building, the next build will sit in the queue

Re: Question about Jenkins polling

2013-06-19 Thread Phillip Campbell
Hi, Yes, you can set the job to be triggered by SCM change using the same cron style configuration for the polling interval. I have jobs that poll only at a particular hour as you described. If there are any changes, the job starts and if there are no changes, the job does not run. The polling

Re: Upgrade to Latest Jenkins - WSOD after running job

2013-06-19 Thread Jared Griffith
Yeah, that's the behaviour that I am seeing as well. Unfortunately all of my jobs have a parameter of some sort, so I wasn't able to check a non parametrized build. On Wed, Jun 19, 2013 at 1:58 AM, wrote: > I see the same thing, after upgrading Jenkins from 1.518 to 1.519. It > seems to occur

Question about Jenkins polling

2013-06-19 Thread David Aldrich
Hi I think I understand the basics of Jenkins quite well but there is one area in which I am unsure how it will behave. I have some long regression tests, which I trigger using cron type schedules. Typically, they run once per day at 8pm. However, if no code changes have occurred that day, t

Re: Failed to load hudson.scm.AbstractCvs$1

2013-06-19 Thread Sameh Tawfik
This problem was resolved after installing Java version "1.5.0_07" on Jenkins machine to sync with the build machine that has the same java version, but unfortunatly we run into another problme! CVS plugin does not work with any java version below 1.6 as stated in the CVS plugin documentation

Re: Empty Error message box on clicking of apply button

2013-06-19 Thread ogondza
Thank you for reporting this. It's https://issues.jenkins-ci.org/browse/JENKINS-17401 -- oliver -- 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-use

Re: Empty Error message box on clicking of apply button

2013-06-19 Thread Jerry
Are you editing the name of the job and then clicking "Apply"? I've found I get errors that way, presumably because changing the name (A) requires confirmation and (B) changes the URL and thus leaves you on a non-existent page if you just "Apply". Jenkins should handle this better, but if this

Re: Execute few Jenkin jobs under logged on user credential

2013-06-19 Thread Steffen Breitbach
Hi Vijendra! On Wed, 2013-06-19 at 16:46 +0530, Vijendra Patil wrote: > The reason I am asking this is because, we have list of Jenkins job, > while most of them does "Create Build on Local Build Server", while > few jobs does "Release to Production". > Is this possible? I don't know what yo

Execute few Jenkin jobs under logged on user credential

2013-06-19 Thread Vijendra Patil
Hi, I am looking for an option where we can execute few of the Jobs such as "release to Stage" "release to production" etc. jobs to be run under the credential of logged on user. Right now all the Jenkins jobs are getting executed under the credential of the service account which the Tomcat Servic

RE: Upgrade to Latest Jenkins - WSOD after running job

2013-06-19 Thread Matthew.Webber
I see the same thing, after upgrading Jenkins from 1.518 to 1.519. It seems to occur only when I build a job with parameters – I click “build”, the parameter page is presented, I click the “build” button, and I get presented with an empty page. The job is started correctly, however. I see this

Re: Jenkins login session timeout

2013-06-19 Thread Pavel Tankov
Thanks for the security notes, Steffen. However, I still find it convenient to be able to increase the session timeout to, say, at least a day. I remember being able to do it by following instructions found somewhere on the Internet, but that was with an installation of Jenkins on a CentOS 6.x

Re: Jenkins login session timeout

2013-06-19 Thread Steffen Breitbach
On Wed, 2013-06-19 at 11:31 +0300, Pavel Tankov wrote: > I searched high and low but couldn't find the answer to this simple > question: How can I increase the Jenkins login session timeout? I > would like to set it to, say, one week. Where's the security in a week long timeout? > When I am work

Jenkins login session timeout

2013-06-19 Thread Pavel Tankov
Hello, My OS is Ubuntu 12.04.2 LTS and because the Jenkins version that comes with the default repository was older (1.4.x) I went with version 1.5.x as described here: http://pkg.jenkins-ci.org/debian-stable/ All went well, I installed Jenkins and it's running great. I secured it with Security

Re: Does "Build Now" behave differently than an automated build?

2013-06-19 Thread Steffen Breitbach
Hi Daniel! On Tue, 2013-06-18 at 14:36 -0700, Daniel Spangler wrote: > I'm trying to debug this and am curious if anyone has any pointers at > why I'm seeing different results? Not exactly a pointer specific to your problem, but you might give the "Dump Info BuildWrapper Plugin" a try. Regards

Parsing POM fails: Result cannot be cast to List

2013-06-19 Thread Sven Amann
All our Jenkins Jobs suddenly stopped working. We're running Jenkins 1.509 (Maven Integration 1.509) and there where no recent updates installed to any of the plugins or the server itself. I append the buildlog below. Any idea on how to solve this at least temporarily without a lot of work would