How to connect user and user from Mercurial to one user?

2013-01-16 Thread zakyn
Hello, I would like to introduce the login for all users of our jenkins but I have problem with it. We use Mercurial and it creates user based on Mercurial user name - for example: User ID: Jan Kralik _jkralik@neco.cz_ Name: Jan Kralik Now I would like to allow the user to login on our jenki

Synchronising shell scripts between slave / master

2013-01-16 Thread Guillaume Membré
Hello, first of all, thanks a lot for the work you have done on jenkins, it is a fantastic piece of software ! I'm using jenkins 1.489 with 2 slaves. Many of my jobs run shell scripts, they are stored in eg JENKINS_HOME/jobs/job1/script1.sh. The job configuration to run this script is set to

Re: Git errors on jenkins slave (windows)

2013-01-16 Thread Ryan McKinley
thanks for the pointers -- I got things sorted The issue was that the names of the configured were not valid. If the job/config.xml has: something and that does not point to a configured tool in config.xml, it blows up. thanks ryan On Tue, Jan 15, 2013 at 6:38 PM, Mark Waite wrote: > Cou

Re: significance of .jenkins diectory tree

2013-01-16 Thread Kanstantsin Shautsou
This directory looks like cache directory that used by winstone. If yes, then you can delete it and it will be filled by cache again. All depends on how you installed jenkins. On 28.12.2012, at 23:26, Kamal Ahmed wrote: > Hi, > Does anyone know the significance of /.jenkins and the > files/Dire

Re: Synchronising shell scripts between slave / master

2013-01-16 Thread cjo
Have a look at the copy to slave plugin, which should do what you want to do. https://wiki.jenkins-ci.org/display/JENKINS/Copy+To+Slave+Plugin Chris On Wednesday, January 16, 2013 9:25:22 AM UTC, Guillaume Membré wrote: > > Hello, > > first of all, thanks a lot for the work you have done on je

Jelly script, for email

2013-01-16 Thread japinder gill
Hello, I need to embed selenium result html report into email notification. The auto mail send after every build should contain complete selenium report also . I tried “Email-ext” pluglin with jelly scripting but not able to do it. Can anyone suggest a better way or how to do using jelly.

Re: Creating a FreeStyleProject outside JUnit?

2013-01-16 Thread jserup
Ok makes sense but is possible to create eg. a FreeStyleProject /outside/ a Junit TestRunner. Seems a bit strange that this can only be done through a TestRunner. -- View this message in context: http://jenkins.361315.n4.nabble.com/Creating-a-FreeStyleProject-outside-JUnit-tp4651594p4651665.htm

RE: Jelly script, for email

2013-01-16 Thread Alex Earl
Use a groovy template Sent from my Windows Phone -- From: japinder gill Sent: 1/16/2013 4:07 AM To: jenkinsci-users@googlegroups.com Subject: Jelly script, for email Hello, I need to embed selenium result html report into email notification. The auto mail send after

Re: Synchronising shell scripts between slave / master

2013-01-16 Thread Les Mikesell
On Wed, Jan 16, 2013 at 3:25 AM, Guillaume Membré wrote: > Hello, > > first of all, thanks a lot for the work you have done on jenkins, it is a > fantastic piece of software ! > > I'm using jenkins 1.489 with 2 slaves. Many of my jobs run shell scripts, > they are stored in eg JENKINS_HOME/jobs/jo

OutOfMemoryError Exception due to thread leakage

2013-01-16 Thread Bernhard Berbuir
Hello, I get the following stack trace once a day: Exception: FATAL: unable to create new native thread java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) at java.lang.Thread.start(Thread.java:640) at hudson.Proc$LocalP

RE: Creating a FreeStyleProject outside JUnit?

2013-01-16 Thread Dean Yu
I think your problem is the manner in which you are trying to create the object: you're calling a utility method on HudsonTestCase which extends JUnit's TestCase class. HudsonTestCase assumes its being used from JUnit. -- Dean From: jenkinsci-users@goo

Re: Violations Plugin and JSlint

2013-01-16 Thread TeMc
Why does the Checkstyle page viewer need the full paths? All it needs to do is output the given file name (regardless of whether it exists or not) and the warnings/errors for those files. If it wants to use the paths to display samples of the code, how does that work for old builds? Files could

Re: Violations Plugin and JSlint

2013-01-16 Thread Ulli Hafner
> Why does the Checkstyle page viewer need the full paths? All it needs to do > is output the given file name (regardless of whether it exists or not) and > the warnings/errors for those files. > > If it wants to use the paths to display samples of the code, how does that > work for old builds

Could not open channel: Jenkins connecting to Windows slave via Kpym SSHD

2013-01-16 Thread Joshua Boyd
I have installed a registered version of Kpym SSH server for Windows on Windows XP running on KVM, and I want to use this as a slave for building Windows software and running Selenium tests. I can interactively ssh into the Windows XP machine from my linux machine and launch programs and run c

How to pull down sources from Mercurial based on given parameter?

2013-01-16 Thread zakyn
Hello, I would like to ask you for a help. I would like to create parametrized job and this given parameter should represent the feature branch in Mercurial. Now I was not able to find the solution. Mercurial plugin probably did not support pull sources base on given parameter from job. Is thi

Emails not saving on email notification job option.

2013-01-16 Thread Jeff
I have a jenkins server (Ubuntu 12.04+Tomcat7 + Oracle JDK 7u6) with only one job and no matter what I do, when I enter even one email address into the job and save it, it saves without errors, but the emails are gone when I view the job config again. I tried looking through the logs, but there is

RE: Emails not saving on email notification job option.

2013-01-16 Thread Alex Earl
Are you using Mailer or email-ext? Sent from my Windows Phone -- From: Jeff Sent: 1/16/2013 2:13 PM To: jenkinsci-users@googlegroups.com Subject: Emails not saving on email notification job option. I have a jenkins server (Ubuntu 12.04+Tomcat7 + Oracle JDK 7u6) with on

Disable age checking of JUnit test results

2013-01-16 Thread Ahsan Rabbani
Is there anyway to disable the age checking of JUnit test results? I specifally *do not* want this feature but I don't see an option anywhere to disable it. Any help would be appreciated. Thanks.

Re: Violations Plugin and JSlint

2013-01-16 Thread TeMc
On Jan 16, 2013, at 6:31 PM, Ulli Hafner wrote: > >> Why does the Checkstyle page viewer need the full paths? All it needs to do >> is output the given file name (regardless of whether it exists or not) and >> the warnings/errors for those files. >> >> If it wants to use the paths to display

Stopping the automatic creation of users

2013-01-16 Thread Adam Mercer
Hi I set up a test installation of Jenkins today and I've noticed that it seems to auto create users based on new commits in the repository. I know these aren't full user accounts and can't be used to log into the system but is there a way to disable the creation of these accounts. The software I

Re: Disable age checking of JUnit test results

2013-01-16 Thread Ahsan Rabbani
I was able to get around this by using the xUnit plugin which had the option I needed. On Wednesday, January 16, 2013 4:38:57 PM UTC-5, Ahsan Rabbani wrote: > > Is there anyway to disable the age checking of JUnit test results? I > specifally *do not* want this feature but I don't see an option

Re: Jelly script, for email

2013-01-16 Thread japinder gill
thnks dude, appreciated if you can post some code or link. have no exp in groovy too. On Wednesday, January 16, 2013 6:48:59 PM UTC+5:30, slide wrote: > > Use a groovy template > > Sent from my Windows Phone > -- > From: japinder gill > Sent: 1/16/2013 4:07 AM > To: je

tally total builds in a given time period - quick question

2013-01-16 Thread zw
Hi All Is there a simple way to tally all the build runs in all jobs in Jenkins made in a given time period ? That would include those erased builds that were removed because of disk space limitations. Thanks