Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Jan Seidel
Hi folks, thanks for your replies :) @Sami: that's actually the way the jobs are handled at the moment but that's not supporting the idea to parallelize jobs ;) - I will take a closer looks at locks and latches. I did actually use it some time ago but I'm not sure if it will work the

Re: Conditional Build Steps

2012-07-03 Thread Jan Seidel
Hi Josh, what about https://wiki.jenkins-ci.org/display/JENKINS/Naginator+Plugin or https://wiki.jenkins-ci.org/display/JENKINS/Retry+Failed+Builds+Plugin ? Am Freitag, 29. Juni 2012 21:49:44 UTC+2 schrieb Josh D: I have a parameterized job that has a number of dependencies that it copies

Re: Copy artifacts failure on Windows

2012-07-03 Thread Jan Seidel
Hi Chris, Caused by: hudson.util.IOException2 http://stacktrace.jenkins-ci.org/search?query=hudson.util.IOException2: remote file operation failed: C:\Jenkins\workspace\ at hudson.remoting.Channel@2b578c61:studio looks familiar to me. In my case is not the time stamp the issue but the

Re: Most of config sections are not available

2012-07-03 Thread Jan Seidel
Hiya, Does the Jenkins log not tell you anything? You could as first step move all plugin files, delete the respective folders in the plugins-folder and restart Jenkins. This would tell if a plugin is causing the problem. If this works simply move the plugins in smaller steps back to the

Re: Most of config sections are not available

2012-07-03 Thread ich du
thx for the hint, i think i found the problem maker - it's the plugin ci game. i installed it some month ago and disabled it short after. now i deleted the plugin (ci-game folder and files from plugin folder) but the problem persists: many exceptions in tomcats stderr.log (700kb+ right after

All Matrix Jobs missing after upgrade to 1.473 !!

2012-07-03 Thread B.Latinville
Hi all, I'm running Jenkins under debian and I've just upgraded to 1.473. I have a lot of jobs missing in the interface. They are all Matrix jobs. In the Jenkins log I can see for the jobs ; SEVERE: Failed Loading job xx java.lang.NullPointerException at

Re: All Matrix Jobs missing after upgrade to 1.473 !!

2012-07-03 Thread Richard Mortimer
Hi, On 03/07/2012 10:16, B.Latinville wrote: Hi all, I'm running Jenkins under debian and I've just upgraded to 1.473. I have a lot of jobs missing in the interface. They are all Matrix jobs. Issue 14273 http://jenkins-ci.org/issue/14273 Will be fixed in 1.475. Regards Richard In the

Re: Project tied to slave showing none

2012-07-03 Thread Varghese Renny
Hi, Actually i am not using promotion build plugin ..my build is working successfully on slave system..but it's not showing projects tied to node..i have created freestyle job..is that the problem? Thanks in Advance varghese

Re: FW: reason for jenkins hanging at email sending in email-ext and

2012-07-03 Thread vprasad79
Thanks Nathan for Analysis. Yes even believe issue could be with subversion blame plugin. If user not found in LDAP simply the plugin can use default email prefix instead iterating all projects latest build? Please can anyone help us on this. Thanks, Venkat On Monday, 2 July 2012 00:25:52

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Sami Tikka
A slave does not have to run in separate hardware. You can run one or more slaves in the same server where Jenkins master is running. The slaves just need to have a unique name and working directory. By the way, if you have jobs reaching into other jobs' workspaces, you might run into

Re: Most of config sections are not available

2012-07-03 Thread Jan Seidel
You won't loose your config or build history on re-install if you do it as described. Save the configuration files from Jenkins, in doubt make a copy of the Jenkins root folder to a safe location. clear the root folder and the plugin folder *but don't touch the jobs folder*. The jobs folder

Re: Most of config sections are not available

2012-07-03 Thread ich du
thx again u think their is no doubt that this problem is plugin related? so only the plugins -folder and the installation folder (in my case tomcat/webapps/jenkins) must be cleaned? i guess i will get many errors on restarting jenkins without all the plugins? then i reinstall all plugins and

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Jan Seidel
I think the two of us are getting out of sync ;) - We use 4 machines: 1 runs the master and 2 slaves and all other machines have 3 slaves with up to 3 executors running. - The jobs workspaces are not reaching into each others. I have tried the sync issue (been there, didn't like

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Lynn Lin
Lynn 在 2012-6-28 下午7:32,Bap old_ho...@a1.org.uk写道: Quoting Jan Seidel wakkal...@gmail.com: Hi folks, I am trying to parallelize some of our builds to speed things up. This particular build is quite special as it also interacts with databases. Multiple write access on a database will

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Lynn Lin
Lynn 在 2012-6-28 下午6:41,Jan Seidel wakkal...@gmail.com写道: Hi folks, I am trying to parallelize some of our builds to speed things up. This particular build is quite special as it also interacts with databases. Multiple write access on a database will wreck the content, so this must be

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Jan Seidel
Hi Lynn, this looks promising so far. I cannot test it right now as my lockslatches seems smacked up. some entries are missing. A category can be created and also assigned to a job but the rest like: number of concurrent builds, number of executors, multi project and even single project are

Launch multiple runs of same project with different parameters in same second, drop some on floor?

2012-07-03 Thread Mandeville, Rob
Every night, we run nightly builds against 40-60 different branches of our code (actually AccuRev streams). Each stream has its own launcher project, but those launchers all call the same jobs with the stream name as a parameter. Problem is, they all kick off in the same second or two. So my

websvn url

2012-07-03 Thread tcendrowski
Hi I would like to set URL in Repositry Browser section for WebSVN. I have websvn 2.3.3 in workspace directory, but I don't know how exactly should it look like. http://server:8080/ ? ? ? Thanks in advance, greets.

Re: websvn url

2012-07-03 Thread Varghese Renny
This is one of my project url. http://sigma.sigmainfo.com:85/svn/openbravo/trunk/EulenSVN it's the url provided by admin people. it will ask for username and password..you can authenticate.. do whatever you want on svn.

ArtifactDeployer issues

2012-07-03 Thread ilyal
Hi guys I'm using the ArtifactDeployer plugin and in the 'Remote directory' box i write my mapped drive (say P:/some_dir/another_dir/...) but i keep getting: [ArtifactDeployer] - [ERROR] - Failed to deploy. Can't create the directory ' P:/some_dir/another_dir/... '. This remote directory is

Re: websvn url

2012-07-03 Thread Ullrich Hafner
Just one additional note: I'm using the websvn2 plugin. Ulli On 07/03/2012 03:02 PM, Ullrich Hafner wrote: I'm using something like: https://myserver/websvn/listing.php?repname=myreponamepath=/trunk On 07/03/2012 02:33 PM, tcendrowski wrote: Hi I would like to set URL in Repositry

Re: All Matrix Jobs missing after upgrade to 1.473 !!

2012-07-03 Thread Chris Withers
Hi, On 03/07/2012 10:18, Richard Mortimer wrote: I'm running Jenkins under debian and I've just upgraded to 1.473. I have a lot of jobs missing in the interface. They are all Matrix jobs. Issue 14273 http://jenkins-ci.org/issue/14273 Will be fixed in 1.475. I've now hit the same thing

Jenkins windows service keeps crashing/stopping

2012-07-03 Thread Chris Withers
Hi All, My Windows slave keeps going offline. When I check, the Jenkins Slave service is marked as stopped. When I use the Services control panel section to start it, the slave comes back online. How can I find out what's causing the service to stop? cheers, Chris -- Simplistix - Content

RE: How to create junit test result in xml format using jenkins

2012-07-03 Thread William Soula
Look at the junitreport task: http://ant.apache.org/manual/Tasks/junitreport.html From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Varghese Renny Sent: Tuesday, July 03, 2012 8:56 AM To: jenkinsci-users@googlegroups.com Subject: How to create junit

Re: How to create junit test result in xml format using jenkins

2012-07-03 Thread Andrey Myatlyuk
Varghese, It is not Jenkins who produces Junit test results. Jenkins is merely a wrapper for your build scripts. Plugins can add functionality, but it seems that you are using Ant. When you run your Ant script outside of Jenkins, can you see xml reports? If you cannot, then you should add xml as

Re: Jenkins windows service keeps crashing/stopping

2012-07-03 Thread tribbles
I am also having the same problems. I've manually rollback to the previous version. Google search suggested having windows firewall running solves the problem, however that did not solve the problem for me.

Re: ArtifactDeployer issues

2012-07-03 Thread cjo
Some things to check Does the user that Jenkins have permissions to write to the mapped drive? This user may vary depending on how Jenkins is started. Windows service? is this mapped drive available for the service? Linux Can you login as the jenkins user and access/add files to that share?

Re: Sending mail on a condition | Do reply

2012-07-03 Thread Slide
Replied to user list so that everyone can benefit. In email-ext 2.22, there is a pre-send groovy script which can cancel the sending of the email. You could possibly use this to determine if the file exists and if not, set cancel = true to cancel sending the email. Thanks, slide On Tue, Jul 3,

Re: Jenkins Jobs hangs at sending email

2012-07-03 Thread nathang
Hello again. we have resolved this issue by writing a small jenkins plugin extending mail resolver. it is possible that this plugin will also solve your problem. are your users in your SCM and your ldap and jenkins configuration all identical to their emails? if i were in your company, and i

End-user debugging Jenkins/Git Plugin

2012-07-03 Thread Kurt Granroth
I sent a question last week about my issues with the Git plugin, whereby the gitExe was empty by the time the plugin ran the 'clone' command. I didn't get any useful response to that and, honestly, I'm not surprised -- it's clearly an esoteric and site-specific problem. I do need to fixed,

Re: ArtifactDeployer issues

2012-07-03 Thread ilyal
Thanks for the reply I use jenkins as a win service with a user that have read/write permissions for this remote drive. maybe there is another issue here i'm missing? On Tuesday, July 3, 2012 6:21:01 PM UTC+3, cjo wrote: Some things to check Does the user that Jenkins have permissions to

Re: End-user debugging Jenkins/Git Plugin

2012-07-03 Thread Sami Tikka
Jenkins allows you to specify multiple git executables in both master and slave configurations. The job configuration (under the git advanced button) allows you to specify which git executable you want to use for this job. Could it be you have configured the job to use a git executable which