Re: StackOverflowError during email notification in 1.502 with git

2013-02-19 Thread shuo huang
I have StackOverflowError when build finish. but my found not related with email -- 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-users+unsubscr...@

Re: StackOverflowError during email notification in 1.502 with git

2013-02-19 Thread shuo huang
I have StackOverflowError when build finish. but my found related with email -- 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-users+unsubscr...@goog

Re: StackOverflowError during email notification in 1.502 with git

2013-02-19 Thread Ben Caradoc-Davies
Oops, turning off email notification does *not* work. I am still seeing the same error. On 20/02/13 13:13, Ben Caradoc-Davies wrote: Email notification gets stuck in a recursive loop in our Jenkins 1.502 with git plugin 1.1.29. All plugins up-to-date. I think it is the same as this, so I added

StackOverflowError during email notification in 1.502 with git

2013-02-19 Thread Ben Caradoc-Davies
Email notification gets stuck in a recursive loop in our Jenkins 1.502 with git plugin 1.1.29. All plugins up-to-date. I think it is the same as this, so I added a comment with more details: https://issues.jenkins-ci.org/browse/JENKINS-13959 Workaround is to disable email notification. Anyone

Culprits/committers not coming from upstream jobs

2013-02-19 Thread Daniel Becroft
Hi, I have the following setup: project-build > project-env-setup > project-test With the Editable Email Notification plugin, I have selected to email Committers and Culprits on build instability (or failure) for the project-test. However, the source repository is only accessed in the project-b

jenkins exception after a apk-build ends (FATAL: null java.lang.StackOverflowError)

2013-02-19 Thread shuo huang
This only heppend on one machine of android-apk build. *This build was working pretty well. But now builds are broken.* This exissted on 1.501/1.502. But, *since i run apt-get upgrade*( total 197 components updated), this affects *openjdk* update from 6b27-1.12.1-2ubuntu0.10.04.2 to*6b

JUnit Attachment Plugin - NUnit option?

2013-02-19 Thread Daniel Becroft
Hi, Are there any plans to extend the JUnit Attachment plugin to be able to work with NUnit? Or is there a way to get it to work now? Cheers, --- Daniel Becroft -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group a

Re: Where to place test dependent files

2013-02-19 Thread Sami Tikka
This question isn't really about Jenkins and there is no correct answer. It's like you asked which editor should you use, Emacs or Vi. Wars have been fought for lesser things. There is a school which thinks the source/version control system should contain only the source code i.e. the files con

Re: Unable to add new node (Windows slave) after upgrade to 1.500

2013-02-19 Thread Sami Tikka
It might be related to https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-01-04 People have been unable to start JNLP slaves after upgrading their Jenkins. I've understood it is still possible to do it. You'd have to use a browser authenticate and to download the slave-

Re: Locked pack files on windows slave

2013-02-19 Thread Sami Tikka
I have found the git plugin keeps some sort of state about the built branches in the workspace. If we configure the workspace to be deleted in the beginning or end of the build, there's no predicting which branch Jenkins is going to build next. (Of course, we could specify the branch in the job

InvocationTargetException, StackOverflowError

2013-02-19 Thread andre
Hi, I have a job that has main pom.xml, and this pom call the deploy for 10 projects (and one other project dependency - other pom) ... when I start my job, after certain time, this exception occurs ... does anyone know what can be wrong ? (out of memory , hibernade .. ? ) thanks, Andre

Re: SCM polling after build failure question...

2013-02-19 Thread Sami Tikka
The Jenkins SVN plugin has some dependency on time. To achieve best results you should have both Jenkins and SVN server clocks synchronized using NTP or similar. -- Sami Jeff kirjoitti 19.2.2013 kello 18.44: > We are using SVN (SVNBridge to TFS) for most of our projects. It doesn't > seem t

Re: git on jenkins

2013-02-19 Thread Sami Tikka
I suggest you change your job configuration like this: 1) Remove the all the SCM configuration. 2) As first build step, add a shell script step which executes: env ssh -v 10.100.100.96 hostname Then trigger the job to run. Then click open the build and the console. Check the output. Then run

Re: Jenkins hanging when running a Wise Installation Studio script

2013-02-19 Thread Eric Black
I found the problem. For whatever reason, the drive that Jenkins is on is not permitted to access the wise script or the Wise compiler, although I'm not sure which. Since the Wise script is pulled out of subversion into the Jenkins workspace, I have to think it is the compiler. I found the problem

Re: git on jenkins

2013-02-19 Thread Johannes Wienke
On 19.02.2013 18:25 schrieb Kamal Ahmed: > Username = kahmed > which is the same user which can do a git successfully on a command line. Hm ok, then I don't know. Maybe ssh agent is required and not available in the jenkins session or something like that? Cheers, Johannes signature.asc Descri

Re: SCM polling after build failure question...

2013-02-19 Thread William Soula
Check the polling log to see if there is any more information there. I've had the same thing happen to me and it was building constantly because the workspace was gone and it needed to create a new one but couldn't because the workspace was locked. What was put in the log for reason for the bu

Re: Msbuild from Jenkins gives different results than from command line?

2013-02-19 Thread William Soula
I had to build a .sln file once where i had to call vcvarsall.bat and then figure out how to run the build within the environment the batch file setup since once the batch file ended the variables were gone. Will On 02/19/2013 10:40 AM, Todd Greer wrote: > Sounds like a difference in your envir

S3 bucket for JDK does not exist

2013-02-19 Thread Rob Moore
I'm seeing this error when trying to create a slave instance. Verifying that java exists bash: java: command not found Installing Javahttps://s3.amazonaws.com//hudson-ci/jdk/linux-i586/java1.6.0_12.tgz/nKKbWi5vteOQuvtwmwtL3VQPI3hCiaiL1moYi1XG?Expires=1361302722&AWSAccessKeyId=14KRTC7YXXTW9093YFR2

Re: Cannot launch slaves - S3 bucket moved?

2013-02-19 Thread Rob Moore
I'm seeing something similar to this but it appears it's due to the expiration of the S3 link (the message is Request has expired). Anyone else running into this? On Tuesday, May 31, 2011 8:36:18 AM UTC-5, David Kennedy wrote: > > Has an Amazon S3 bucket containing a Java install needed to boots

Jenkins hanging when running a Wise Installation Studio script

2013-02-19 Thread Eric Black
Hi, I'm having a problem compiling a Wise Installation Studio script from Jenkins. It sounds like the same problem described here: http://jenkins.361315.n4.nabble.com/Anyone-use-Hudson-to-build-wise-installation-projects-td376973.html but I'm already using the '/s' option. The program just hangs

Re: Testswarm Plugin

2013-02-19 Thread cjo
Seems that the file at [1] contains a copy of config.jelly rather than a simple description of the plugin to be rendered in the plugins list. try re-building the plugin with it with a simple in index.jelly. e.g. This plugin automates starting TestSwarm jobs from Jenkins. Chris. [1] https

Re: git on jenkins

2013-02-19 Thread Kamal Ahmed
Username = kahmed which is the same user which can do a git successfully on a command line. > > From: Johannes Wienke >To: Kamal Ahmed ; jenkinsci-users@googlegroups.com >Sent: Tuesday, February 19, 2013 12:12 PM >Subject: Re: git on jenkins > >On 19.02.2013

Re: git on jenkins

2013-02-19 Thread Johannes Wienke
On 19.02.2013 17:28 schrieb Kamal Ahmed: > > Johannes, > > sorry for the private message, just fat fingered when replying. > yes, i am using > Launch slave on Unix machines using SSH" as start method > > not sure what is the file to be configured > > My network is > > [Jenkins Master ] -

Testswarm Plugin

2013-02-19 Thread SiM22
When installing the testswarm plugin manually, this is the stack trace that appears within Manage Plugins. It causes the plugins that would normally load after to fail [quote]Status Code: 500 Exception: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jen

Re: Locked pack files on windows slave

2013-02-19 Thread Eric Pyle
We use git on both Linux and Windows, and we have a lot of builds that delete the workspace before the build. Occasionally, deleting the workspace fails, but not every time. At this point we're just re-running the build if it fails. Regards, Eric On 2/19/2013 11:21 AM, William Soula wrote: I

Re: SCM polling after build failure question...

2013-02-19 Thread Jeff
We are using SVN (SVNBridge to TFS) for most of our projects. It doesn't seem to happen on all of our projects, just sometimes and it seems to be related to type of build failure (compile vs. test vs. Sonar failure). On Tue, Feb 19, 2013 at 9:39 AM, Michael Clarke wrote: > Which SCM are you usi

RE: Msbuild from Jenkins gives different results than from command line?

2013-02-19 Thread Todd Greer
Sounds like a difference in your environment. Run "set" in place of msbuild.exe, and compare the results. My guess is that you need to run the batch file that sets up the environment for Visual Studio. It's exact name and location vary according to platform and Visual Studio version, but in my c

Re: SCM polling after build failure question...

2013-02-19 Thread Michael Clarke
Which SCM are you using? Polling will continue regardless of build status, but it's up to each SCM plugin to decide if it sees changes. Thanks Michael On 19 Feb 2013, at 16:28, Jeff wrote: We had a check-in for a project that caused a compile error last night but it didn't get fixed until this

SCM polling after build failure question...

2013-02-19 Thread Jeff
We had a check-in for a project that caused a compile error last night but it didn't get fixed until this morning. However, Jenkins polling (every 4 minutes) detected an SCM change and attempted to rebuild. This repeated every 4 minutes, even though the SCM revision was the same for every build w

Re: Locked pack files on windows slave

2013-02-19 Thread William Soula
I found the following curl command to kill the slave and then Jenkins will automatically start it and I thought this might be a good workaround to get around git's lack of windows support but in testing I push to my repo and a build starts and succeeds, then the slave is killed and Jenkins rest

Re: git on jenkins

2013-02-19 Thread Kamal Ahmed
Something is wrong with the email To: section, as this replaced my name with Johannes --> FYI to List Admins -Kamal. > > From: Johannes Wienke >To: jenkinsci-users@googlegroups.com >Cc: Kamal Ahmed >Sent: Tuesday, February 19, 2013 10:51 AM >Subject: Re: git

Re: git on jenkins

2013-02-19 Thread Johannes Wienke
On 02/19/2013 04:49 PM, Kamal Ahmed wrote: > > > kahmed@datascout:~/TEMP$ id > uid=1000(kahmed) gid=1000(kahmed) > groups=1000(kahmed),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),109(lpadmin),124(sambashare) > kahmed@datascout:~/TEMP$ git clone > 10.100.100.96:/extra/cte/www/repo/Dout.git

Re: git on jenkins

2013-02-19 Thread Kamal Ahmed
kahmed@datascout:~/TEMP$ id uid=1000(kahmed) gid=1000(kahmed) groups=1000(kahmed),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),109(lpadmin),124(sambashare) kahmed@datascout:~/TEMP$ git clone 10.100.100.96:/extra/cte/www/repo/Dout.git Cloning into 'Dout'... remote: Counting objects: 835, do

Re: Frequent crashes

2013-02-19 Thread Michael Fowler
Thanks James, I've added that to the config, we'll see what happens next time it crashes. -Michael On Tue, Feb 19, 2013 at 4:38 AM, teilo wrote: > Presumably the service account under which Jenkins is running does not > have write permissions in the system32 folder. > > You may want to add > “

Locked pack files on windows slave

2013-02-19 Thread William Soula
I am trying to build a git project on a windows slave using Jenkins 1.501 with git plugin 1.1.17. I like to wipe the workspace before checking out so I have that option checked. When I run the build sometimes it is able to delete the workspace but a lot of the time it can't delete the workspa

Re: git on jenkins

2013-02-19 Thread Johannes Wienke
On 02/19/2013 01:44 PM, Mark Waite wrote: > I think that indicates that the user account context where you have > configured "passwordless login" is probably different than the user account > context where you are executing Jenkins. > > You might be able to check that by creating a small job whi

Re: git on jenkins

2013-02-19 Thread Mark Waite
I think that indicates that the user account context where you have configured "passwordless login" is probably different than the user account context where you are executing Jenkins. You might be able to check that by creating a small job which performs some ssh command to the same remote hos

Subversion path "doesn't exist in the repository"

2013-02-19 Thread Tim Mickelson
I'm using Jenkins 1.5 and have a subversion repository 1.7.x and when I create a project with Subversion putting in the repository URL the url svn+ssh://host/path/to/repository all is fine, but when i add my project, i.e. svn+ssh://host/path/to/repository/project/trunk (which of course exists)

Re: Pre-Checkout actions?

2013-02-19 Thread cjo
I don't think it will work for Hudson as it was created after the split and uses features added after that point. I cannot add any more than this as I have not used any version of Hudson after the split, or looked for the code. Chris On Monday, 18 February 2013 23:45:29 UTC, zw wrote: > > Hi C

Re: git on jenkins

2013-02-19 Thread Johannes Wienke
On 02/18/2013 05:08 PM, Kamal Ahmed wrote: > Hi, > I setup 2 linux hosts with passwordless login, and git clone Address>:/extra/yte/www/repo/Dout.git > works on command line, but when i use : Address>:/extra/yte/www/repo/Dout.git as repo URL, i get an error: > > Failed to connect to repository :

Re: cannot start a jenkins slave

2013-02-19 Thread t . spitzer
There where two issues concerning this: https://issues.jenkins-ci.org/browse/JENKINS-10751 https://issues.jenkins-ci.org/browse/JENKINS-10752 But they should be fixed, shouldn't they? I use Jenkins Version 1.502 on Ubuntu 12.04. On Tuesday, February 19, 2013 9:07:13 AM UTC+1, t.sp...@astade.d

Training on Jenkins

2013-02-19 Thread Aswini Rajasekaran
Hi all, Just wondering if there is any training available online on Jenkins Administration (I don't want any pdf) Thanks, Aswini -- 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

Re: Frequent crashes

2013-02-19 Thread teilo
Presumably the service account under which Jenkins is running does not have write permissions in the system32 folder. You may want to add “-XX:ErrorFile=c:\some\path\where\jenkins\can\write\hs_err_.log” to your Jenkins JVM startup options so that in the event of a crash the log can be found.

Re: Unable to add new node (Windows slave) after upgrade to 1.500

2013-02-19 Thread Manjunath D G
Hi All, I'm Able to connect Jenkins Windows Slave by using Launch Method as : "Launch slave agent via Java web Start". But not working with when i'm trying to use "Let Jenkins control this windows slave as windows service".Provided with right "Administrator user name","Password" and "Host Name

cannot start a jenkins slave

2013-02-19 Thread t . spitzer
I want to start a Jenkins ssh slave on our ARM target. Unfortunately unsuccessful. Can anybody give a hint, how to fix this? Here's the log: [02/19/13 08:53:02] [SSH] Opening SSH connection to 10.49.48.55:22. [02/19/13 08:53:03] [SSH] Authenticating as jenkins/**. [02/19/13 08:53:03] [SSH] A