Re: updated hot list in Recache Inc

2012-05-16 Thread David Karlsen
Please respect our mailing policies and do not spam the list. Failing to do so very often leads to the rcpt. to rule both the end-company and the recruiting one as not serious. 2012/5/15 Ramesh g > Hello Partner, > > This is Updated *HOTLIST* of *ReCache Inc*. Please send suitable > requirements

Re: Unable to create new jobs after 1.463 upgrade

2012-05-16 Thread Jan Seidel
Hi Eric, are your plugins up to date? What happens if you disable all plugins? My guess is that a plugin obstructs your access to the config page. Take care Jan Am Donnerstag, 10. Mai 2012 18:42:10 UTC+2 schrieb eand...@appnexus.com: > > We're unable to create new jobs after upgrading to 1.463.

keeping m2 repository disk space under control

2012-05-16 Thread Jorg Heymans
Hi, For a large (100+ m2 jobs) Jenkins instance, what are my options to control the diskspace taken up by the jobs' private m2 repos ? Since maven does not handle access to its own local repo transactionally (vote here http://jira.codehaus.org/browse/MNG-2802) we need to set a private local re

Re: Setting PATH variable

2012-05-16 Thread John Smith
Hi, To my mind this sounds like a ANT problem rather than something to do with Jenkins (although it could be manifesting through Jenkins). Have you tried calling the ANT script directly from the command line? Another question - is the problem running ANT it's self, or is the problem when ANT trie

Re: long builds on a slave with an unstable connection

2012-05-16 Thread Jan Seidel
Hi KIK, but still it it can be understood and seems to be the right approach :) That was also my first thought of a solution as I read the thread. Am Montag, 14. Mai 2012 16:04:55 UTC+2 schrieb KIK: > > I have one idea. > > 1.install another master jenkins, it's not slave. > 2.wget build url on a

Re: Workspace cleanup after job removal

2012-05-16 Thread Jan Seidel
Hi Bertrand, I am a bit confused. Are you talking about DELETING the job itself and the workspace remains or after spawning a build job? If you delete a job in Jenkins should everything be gone. There is a plugin called Jenkins Workspace Cleanup Plugin

channel stop takes 15 minutes

2012-05-16 Thread Nero Bianco
Hi, we are using Solaris slaves and compile + run our test cases there with Maven via ssh. After tests are completed there is always a 15-minute-long operation until we reach "channel stopped" message and Jenkins job is finished. This is very annoying, since it adds extra 15 minutes to our ~40 min

Re: Setting PATH variable

2012-05-16 Thread John Smith
Hi, I'm suspect your problem might be a generic ANT issue rather than something specifically associated with Jenkins. Are you are to run this script from the command line on your Jenkins server. The other question is where you get the error - is it in launching ANT, or is it ANT trying to compile

RE: keeping m2 repository disk space under control

2012-05-16 Thread Nord, James
You can (in a one of the latest Jenkins) set the private repo to be per executor. You can then schedule a job to run on that executor periodically to rm –fr privaterepo. This has drawbacks as an “mvn install” from one job is visible to all other jobs on the same executor, whereas you really onl

Re: Is it called "Project" or is it called "Job"?

2012-05-16 Thread Edward Cullen
On 15/05/12 19:37, Jminne wrote: > I don't know if we need to do a poll to pick one or if it has been > decided already, but sticking with just Project OR Job would be great. I concur. Don't care which, but be consistent please :) > On Tuesday, May 15, 2012 8:02:51 AM UTC-5, bl0ck3r wrote: > >

Re: keeping m2 repository disk space under control

2012-05-16 Thread Olivier Lamy
Recently a repo per executor option has been added. That could help you 2012/5/16 Jorg Heymans : > Hi, > > For a large (100+ m2 jobs) Jenkins instance, what are my options to control > the diskspace taken up by the jobs' private m2 repos ? Since maven does not > handle access to its own local repo

Re: keeping m2 repository disk space under control

2012-05-16 Thread Jorg Heymans
yes i can see it is in 1.448, too bad LTS is at 1.447.1 :-| I'll have to wait a bit then to be able to use this feature, but it definitely looks promising. Even with 20 executors i should already be able to cut the number of local m2 repos significantly. Thanks ! Jorg On Wednesday, May 16, 20

Re: keeping m2 repository disk space under control

2012-05-16 Thread Reynald Borer
Hi, I'm using this option myself, and I have written a quick shell script that will frequently purge the content of those per executor repo, based on what has been deployed to our Nexus repository (it only erase our old SNAPSHOTs). I can share it if needed, but beware this is really specific to o

RE: Workspace cleanup after job removal

2012-05-16 Thread Bertrand Renuart
I’m talking about DELETING the job through the UI on master. In this case, the corresponding workspace remains on our single slave. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jan Seidel Sent: mercredi 16 mai 2012 10:21 To: jenkinsci-users@google

Re: keeping m2 repository disk space under control

2012-05-16 Thread Jorg Heymans
For our use case the purging is not really necessary, i was just looking to reduce the duplication of common dependencies and maven plugins. Also there is a repo cleaner plugin, that allows you purge by wildcard. I'm wondering if this is compatible with the per-executor-repo. Jorg On Wednesda

Maven 2/3 job don't expand variable in rootpom

2012-05-16 Thread Gianluca Chiodaroli
Even if i found a issue here https://issues.jenkins-ci.org/browse/JENKINS-5885 i still have the error: ERROR: No such file C:\Jenkins\jobs\MotFis-Test\workspace\test\$AMBIENTE\DOM\pom.xml The variable is defined because i use it in svn checkout Any advice? Thanks Gianluca

Re: Is it called "Project" or is it called "Job"?

2012-05-16 Thread Simon Wiest
Hi bl0ck3r, this puzzled me as well at the beginning, but there's actually quite some logic to it ;O): A project is a special case of a job, i.e. all projects are jobs, but not all jobs are projects. Cheers, Simon. The long story: Perhaps it helps to extend to mentally the names to "*gen

Re: Workspace cleanup after job removal

2012-05-16 Thread Jan Seidel
Weird. I know only about this issue if more than one workspace is available. Am Mittwoch, 16. Mai 2012 13:02:42 UTC+2 schrieb Bertrand Renuart: > > I’m talking about DELETING the job through the UI on master. > > In this case, the corresponding workspace remains on our single slave. > > > >

Re: Workspace cleanup after job removal

2012-05-16 Thread Simon Wiest
Hi Bertrand, Jenkins does not explicitly delete the workspace of a job when deleting the job. But if your job happens to reside on the master and your workspace happens to reside within your job directory (this is the default), deleting the job will also remove its workspace implicitly. If

Re: Is it called "Project" or is it called "Job"?

2012-05-16 Thread Christoph Kutzinski
IMHO the average user either wouldn't understand these subtle differences anyway or if she would understand she probably wouldn't care. So, I would like to see a single name for this in the UI. E.g. I cannot see any significant difference between 'external job' and 'external project' (just perso

Artifact deployment on jetty 8

2012-05-16 Thread Stein, Dr. Sebastian
Hi, the Deploy plugin allows deploying artifacts on Tomcat, Glassfish, and JBoss only. What options do I have if I have to deploy on Jetty? My current solution is to just copy the WAR file to the webapps directory of jetty. However, that is not very good as I get no feedback if the deployment

Re: Is it called "Project" or is it called "Job"?

2012-05-16 Thread Stephen Connolly
It really starts to break down when you have * Freestyle project * Maven 2 project * Folder * Update center * Backup job * Some random name corresponding to a template you have created * Some random name corresponding to a template you have created * Some random name corresponding to a

EnvInject 1.52 exceptions

2012-05-16 Thread John Vacz
Hello, after upgrade to Jenkins 1.463 and EnvInject 1.52, I can see large amount of exceptions when Jenkins starts up (see attachment). It seems to me like the change in EnvInject 1.52 is causing the exceptions. I think its somehow harmless, because all our jobs are still running as usual. Th

Re: Error running Windows batch file via build step

2012-05-16 Thread Indyn
Hello Lee and Jan, I am having a similar problem. My batch script was simply: - cd "C:\Installs\Win32Forth 6.14.00" start-both-RTests.exe - When I ran the job, the Console Output was: Started by user anonymous Building on master in workspace C:\Program Files (x86)\Jenkins\jobs \Cl

How to change default jobs location to go to indvidual slave path location

2012-05-16 Thread gerjesjo
Hello, We have a jenkins default jobs folder which gets created under master home directory which has references of every job logs being built within of jenkins. Is there a way to change this to the slaves based on each job being tied to so that jobs directory gets created under slave folder along

Problems with EC2 plugin: RSA key not found

2012-05-16 Thread Dominic Maraglia
Hello, I am struggling with getting the EC2 plugin working with my Jenkins system. I am reasonably knowledgable in deploying EC2 nodes using both the Amazon UI, API, and even with Puppet code. I frequently spin up EC2 nodes and have no issues sshing to my nodes with my ssh keys. I only work in

Re: Building but there is no change in repository

2012-05-16 Thread Sami Tikka
I see you have multiple branches in the repo. When you set the branches to build to a wildcard, Jenkins will build once every matching branch and then sit and wait for any branch to receive new commits. -- Sami Pete Long kirjoitti 13.5.2012 kello 23.22: > Hi Sami > > Basically I followed th

Isolating Changelists in Jenkins

2012-05-16 Thread Tim Clemons
I'm looking for a best practices method of isolating changelists with Subversion so that each triggered build in Jenkins only consists of a single revision. The idea is to make it easier to isolate which build change breaks the build. Is there a plugin that provides this functionality?

Re: Isolating Changelists in Jenkins

2012-05-16 Thread Andrew Melo
On Wed, May 16, 2012 at 4:53 PM, Tim Clemons wrote: > I'm looking for a best practices method of isolating changelists with > Subversion so that each triggered build in Jenkins only consists of a > single revision.  The idea is to make it easier to isolate which build > change breaks the build.  I

Changing jenkins URL doesn't work

2012-05-16 Thread Venkat
Fellow Jenkins Users, I am trying to change my Jenkins URL to more generic.. for eg, http://myorg.jenkins.com I made this change under Manage Jenkins but its not working. I could save the URL successfully. When I get the email at the end of build, it sends me the updated URL. but when I click on

Re: Changing jenkins URL doesn't work

2012-05-16 Thread Slide
Sounds like you are running into a bug in email-ext that was fixed not long ago, are you using email-ext? Thanks, slide On Wed, May 16, 2012 at 3:01 PM, Venkat wrote: > Fellow Jenkins Users, >  I am trying to change my Jenkins URL to more generic.. for eg, > http://myorg.jenkins.com > I made th

Re: Isolating Changelists in Jenkins

2012-05-16 Thread Jesse Farinacci
Greetings, On Wed, May 16, 2012 at 5:53 PM, Tim Clemons wrote: > I'm looking for a best practices method of isolating changelists with > Subversion so that each triggered build in Jenkins only consists of a > single revision.  The idea is to make it easier to isolate which build > change breaks t

Re: Isolating Changelists in Jenkins

2012-05-16 Thread Jesse Farinacci
Greetings, On Wed, May 16, 2012 at 5:55 PM, Andrew Melo wrote: > I'm also interested in this, but for git. https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin - check the "Push notification from repository" section. -Jesse -- There are 10 types of people in this world, those that can rea

Re: Changing jenkins URL doesn't work

2012-05-16 Thread Venkat
Yes, I am using email-ext. After your response, I've upgraded email- ext to the latest 2.2.0 but that didn't help What was the issue with email-ext and how/which version it was fixed ? Thanks, Venkat. On May 16, 3:10 pm, Slide wrote: > Sounds like you are running into a bug in email-ext that was

Re: Isolating Changelists in Jenkins

2012-05-16 Thread Andrew Melo
On May 16, 2012, at 17:18, Jesse Farinacci wrote: > Greetings, > > On Wed, May 16, 2012 at 5:55 PM, Andrew Melo wrote: >> I'm also interested in this, but for git. > > https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin - check the > "Push notification from repository" section. Unfortu

RE: Changing jenkins URL doesn't work

2012-05-16 Thread Alex Earl
Let me look up the bug number, it may not have gotten in until the release today of 2.21 Sent from my Windows Phone From: Venkat Sent: 5/16/2012 4:26 PM To: Jenkins Users Subject: Re: Changing jenkins URL doesn't work Yes, I am using email-ext. After your response, I've upgraded email- ext to the

Re: Displaying user in the Build History column on the left

2012-05-16 Thread bl0ck3r
I use this plugin: https://wiki.jenkins-ci.org/display/JENKINS/Description+Setter+Plugin I looked under the Jenkins configuration and the job configuration for "started by" but I could not find it. On May 15, 10:46 am, Peter wrote: > Use the description setter plugin. You need to set the descrip

Re: Displaying user in the Build History column on the left

2012-05-16 Thread bl0ck3r
Looks like I have to write my own code for this to work... this rules out this option for me for now. On May 15, 6:53 pm, Ken Bertelson wrote: > I use the Groovy Postbuild Plugin to do this.  You can display custom icons > in the Build History, too.

How to reboot a slave during a build?

2012-05-16 Thread Romu
Hi, How to reboot a slave as part of a build? I found that when the slave reboots Jenkins immediately considers the build as failsure. Any idea? Thanks Romu

Re: How to reboot a slave during a build?

2012-05-16 Thread Andrew Melo
On Wed, May 16, 2012 at 10:59 PM, Romu wrote: > Hi, > > How to reboot a slave as part of a build?  I found that when the slave > reboots Jenkins immediately considers the build as failsure. > > Any idea? Am I understanding correct that you want to reboot *during* a build? Why would you want to do

Re: How to reboot a slave during a build?

2012-05-16 Thread Romu
Because this is a test job to test linux kernel function, it needs to install kernel packages and reboot to newly installed kernel and then run some test scripts. Thanks Romu On May 17, 1:01 pm, Andrew Melo wrote: > On Wed, May 16, 2012 at 10:59 PM, Romu wrote: > > Hi, > > > How to reboot a sla

RE: How to reboot a slave during a build?

2012-05-16 Thread Terry.Rankine
CI an OS kernel build? This sounds like a bad recipe to me... but here is how I would do it. I would recommend you break your build into a bunch of dependant builds. 1. the build 2. the reboot command 3. the tests Make them all depend on the previous one completing successfully, and maybe add