Re: build test failed while using selenium in jenkins

2013-03-15 Thread Aqy
hi , thank you for your suggestion..;) Now o

Only when user not logged in to the Ubuntu slave: java.io.IOException: Failed to mkdirs

2013-03-15 Thread Pasi
Hi guys, I've run into a weird issue, for quite some time some of my jobs have failed during the weekends, and I have now understood that it happens because usually I'm not logged in to the slave executing the jobs during weekends. Today morning this also happened as I was logged in during the

Jenkins on Windows: Java + JRE (version) confusion

2013-03-15 Thread Martin Ba
I'll start with my questions: - * Should I run Jenkins on Windows with the included JRE (currentl 1.6_26) or should I run it with a more recent Java version? * Should I make sure slaves run within the same java version (or at least bit-ness)? (Slaves don't have an "in

Re: Exception from email-ext plugin

2013-03-15 Thread Slide
It looks like you are doing something in your template that is causing the exception. You are trying to use a variable called "failing" which doesn't exist. On Thu, Mar 14, 2013 at 11:59 PM, cchen wrote: > Hello, > > I pulled master of emial-ext on 3/6 and made some modifications. 50% of > the

Post build process deploy maven artifact fails to deploy .zip files

2013-03-15 Thread Gwen Inria
I recently started using Jenkins (version 1.492). I have a Maven module project which produces a Jar file and a Zip file which I want to deploy to a Nexus Maven repository. When I build my project locally I do a mvn install and I get Installing PROJECT_DIR/target/groupID/projectId-version.jar to LO

Automated perl scripts work fine in the terminal but hang when Jenkins executes it.

2013-03-15 Thread Eric L
I am running an automated perl DB upgrade script. This script runs fine unattended in the terminal but hangs in Jenkins as if it is waiting for a response. Forgive me. I am very familiar with Jenkins and windows environments. I am new to Linux (Ubuntu) environments. Is it something related t

Re: Exception from email-ext plugin

2013-03-15 Thread cchen
I see. thank you for the quick response! On Friday, March 15, 2013 7:29:28 AM UTC-7, slide wrote: > > It looks like you are doing something in your template that is causing the > exception. You are trying to use a variable called "failing" which doesn't > exist. > > > On Thu, Mar 14, 2013 at 11

RE: EXTERNAL: Post-build environment variables

2013-03-15 Thread Ng, Jeff
Did you try ${PARAM_A} From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Duong Dang Chien Sent: Friday, March 15, 2013 12:29 AM To: jenkinsci-users@googlegroups.com Subject: EXTERNAL: Post-build environment variables Hi all, I have a Jenkins parameter

Re: Exception from email-ext plugin

2013-03-15 Thread Slide
I'll try and improve the error message, it should not tell you to report it as a bug. I filed [1] in order to track the issue. Thanks, slide 1 - https://issues.jenkins-ci.org/browse/JENKINS-17234 On Fri, Mar 15, 2013 at 8:22 AM, cchen wrote: > I see. thank you for the quick response! > > >

Python API: Getting a Full List of Builds

2013-03-15 Thread Neil E. Hodges
Hello everyone, A tool within our infrastructure uses the Python API to get a full list of builds for a select subset of our jobs, but recently the list has been truncated to ten jobs regardless of how many are shown in the Web UI. "Keep this build forever" doesn't have any effect on this behavio

Anyway bind a build parameter to a boolean configuration field?

2013-03-15 Thread cchen
Hello, Is there a way to bind a build parameter such as a boolean parameter to a checkbox in job configuration? Is there any workaround if there is no directly supported ways? Thanks! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsub

Re: Exception from email-ext plugin

2013-03-15 Thread cchen
Just had another exception [[ Exception while replacing SCRIPT. Please report this as a bug. ]] {{ java.lang.NullPointerException }} Any ideas? On Friday, March 15, 2013 8:48:47 AM UTC-7, slide wrote: > > I'll try and improve the error message, it should not tell you to report > it as a bug.

ssh to windows slave fails - quick question

2013-03-15 Thread Z W
Hi All We're not sure why the ssh to a windows slave fail. How do we recover this service ? Thanks all. [03/15/13 12:08:04] [SSH] Opening SSH connection to err.rws.com:22. java.io.IOException: There was a problem while connecting to err.rws.com:22 at ch.ethz.ssh2.Connection.connect(Conn

Re: Exception from email-ext plugin

2013-03-15 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
If you are making changes to the plugin, you need to take the time to analyze the problems that occur and figure out whether your changes might be at fault. The rest of the people on this list don't have access to your modified source code and at best they could only guess at what might be going

Re:ssh to windows slave fails - quick question

2013-03-15 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
Caused by: java.net.UnknownHostException: err.rws.com The host name 'err.rws.com' could not be resolved to an IP address. -- 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 a

editable mail notification with groovy

2013-03-15 Thread Nate Gelbard
Hi, My goal is to put junit test reports into the body of HTML email. I'm on Jenkins 1.496/Linux x64. I have installed a JDK 1.6 and Groovy on the jenkins server. I tested a job that executes a system groovy script and it works fine. println "hello world I am groovy" The editable email notificat

Re: Exception from email-ext plugin

2013-03-15 Thread Slide
My guess is that you are accessing something in your script/template that is null. The exceptions you are getting are all going to be based on what you are doing in your template/script, so you're just going to have to debug it more. You can look at the wiki for ways of debugging the templates/scri

Re: editable mail notification with groovy

2013-03-15 Thread Slide
What examples are you talking about? Please check the wiki for the email-ext plugin to find information on how to use it. On Fri, Mar 15, 2013 at 12:42 PM, Nate Gelbard wrote: > Hi, > My goal is to put junit test reports into the body of HTML email. > > I'm on Jenkins 1.496/Linux x64. I have ins

Re: Exception from email-ext plugin

2013-03-15 Thread cchen
I should have make it clear that I didn't modify anything related to the template or content generation. My changes were around triggers and timing of the email sending. On Friday, March 15, 2013 12:20:23 PM UTC-7, Kevin Fleming wrote: > > If you are making changes to the plugin, you need to

Re: Exception from email-ext plugin

2013-03-15 Thread cchen
Got it, thanks! On Friday, March 15, 2013 1:38:23 PM UTC-7, slide wrote: > > My guess is that you are accessing something in your script/template that > is null. The exceptions you are getting are all going to be based on what > you are doing in your template/script, so you're just going to have

Windows 2008 R2 Servers set up as a Slave? Errors with JNLP Headless method what do I need todo to get these to connect?

2013-03-15 Thread stixaw
My Jenkins 1.505 server is installed on Windows 2008 R2 using Apache TOMCAT 7.0 I disabled World Wide Web Publisher so I could use port 80. I want to use the headless method to connect my Nodes for builds. if I go to the client and click Launch it connects just fine but I want to control

Re: Service 'Jenkins' (Jenkins) failed to start.

2013-03-15 Thread Albert
according to this post, the right answer is to update .NET using the following command Dism /online /enable-feature /all /featurename:NetFX3 http://superuser.com/questions/510676/how-to-install-jenkins-on-windows-server-2012 On Saturday, October 1, 2011 9:11:06 AM UTC-7, Artem wrote: > > Hello