Re: Problem with Clearcase plugin running many builds in parallel

2014-06-23 Thread Vincent Latombe
Hi, the reason the endview is issued is to end any ongoing update process on that view (that may have been interrupted in a previous run, leaving clearcase in an unclean state). Maybe the reason setcs fails for you is because endview is still running behind and takes too much time? I'm surprised

Re: Problem with Clearcase plugin running many builds in parallel

2014-06-23 Thread Dirk Heinrichs
Am 23.06.2014 10:15, schrieb Sascha Herrmann: > But there seems to be a (hardcoded?) limit of how many view_server > processes the albd can spawn. Not that I'm aware of. BTW: Why snapshot views? If you don't use dynamic views, CC isn't any better than Subversion or Git. Bye... Dirk -- *D

Re: Problem with Clearcase plugin running many builds in parallel

2014-06-23 Thread Sascha Herrmann
Hi Jes! Me again :o) Totally forgot. You being an expert in the plugin, what is the reason for the "endview" before the "setcs"? Our IT pinpoints this as the problem, although I don't see why there should be an immediate timeout in the first place. The commands issued earlier by the plugin sta

Re: Problem with Clearcase plugin running many builds in parallel

2014-06-23 Thread Sascha Herrmann
Many different jobs at the same time. The limit seems to exist. There are not that many processes running on that machine since we solely use it for Jenkins. Concurrent Perforce builds we can have as many as we want, no problem there. But with Clearcase we noticed that we get errors from cleart

Re: SVN Check out issue

2014-06-23 Thread Panikera Raj
Hi Jenkins Users, Any info about this... Regards, Panikera On Mon, Jun 23, 2014 at 8:49 PM, Panikera Raj wrote: > Hi all, > > Is there any issue with cross platform, because I am using master and > slave concept. > > Master is in mac machine, Slave in windows machine as soon as master > fin

Delete-builds via jenkins-cli when jobs are organized by CloudBees Folder Plugin

2014-06-23 Thread Ramón Manjavacas Ortiz
Hi, I'm trying to delete a range of builds via jenkins-cli.jar and the jobs are organized in folders via the CloudBees Folder Plugin. For example: folder1/job1. The command line is: java -jar jenkins-cli.jar -s http:///jenkins delete-builds '10-100' --username --password My q

Re: Publishing vstest results?

2014-06-23 Thread Jeff Dege
OK, I have added a Windows Batch Command task, that's using Saxonica's XLST transform to the VsTest .trx file to what is supposed to be an MsTest .trx file that the Jenkins plug-in can handle, using the .xsl file included in Jenkins-19360. It's not working at all. Where the untransformed file

Re: Does Jenkins not support complex build workflows?

2014-06-23 Thread Les Mikesell
On Sun, Jun 22, 2014 at 7:37 PM, wrote: > > I have to believe it's possible, because I've heard of multiple > enterprise-level organizations using Jenkins to automate their build > processes over the years, but I can't see how they'd accomplish that without > the basic functionality this new plug

jenkins newbie - can jenkins connct to MYSQL (running python unittest)

2014-06-23 Thread terry433iid
(apologies for possible dumb question - can't find answer on the WWW) I am new to jenkins, its running a large amount of python unittests and results are on jenkins dashboard BUT .. I want to import these into a MYSQL dtabase can jenkins be extended do that for me? second question : where

Re: Integrating Jenkins with Xenserver - no success

2014-06-23 Thread Nick Bencriscutto
I to am experiencing the same thing. I cannot get jenkins to properly communicate with the hypervisor. Currently I'm stuck at: " org.libvirt.LibvirtException: internal error unexpected Xen URI path '/system', try xen:/// " ssh is working properly... it just doesnt seem to run correct. I am

Re: Does Jenkins not support complex build workflows?

2014-06-23 Thread Ng, Jeff
Based on your description, you seem to be referring to parallel and distributed builds. The “multi-configuration project” type will execute the same set of build steps on all nodes in your axis, but this isn’t really what you need. What tool are you currently using to perform parallel and dist

Re: SVN Check out issue

2014-06-23 Thread Panikera Raj
Hi all, Is there any issue with cross platform, because I am using master and slave concept. Master is in mac machine, Slave in windows machine as soon as master finesh the execution slave will trigger the project, Here I am not able to check out code from SVN, I am not sure what wrong same check

Re: syntax highlighting of "Build" -> "execute shell"

2014-06-23 Thread min yuan
Well, thank you very much, I'd like to know how to install it to my jenkins server, but actually i didn't find your plugins in "manage plugins". 在 2014年6月13日星期五UTC+2下午12时33分14秒,maciej写道: > > min yuan (2014-06-12 18:25): > > Hello, > > I have installed Jenkins last week and I can see the field

Re: svn update work on running client from JNLP but not as Windows service

2014-06-23 Thread Juan Pablo Hernandez Vogt
Sorry for my delayed answer. I tried as you suggested with --non-interactive I got the same hang up :( As I couldn't know why that happens, I'm using JNLP slave and I login manually into the tester user session when the PC is restarted. It's not clear to me why the windows service as tester accou

Re: Failed to connect to repository : Could not init

2014-06-23 Thread Mark Waite
If you were using the git plugin, and if you had not configured the location of the git executable, it might report a message like that (or one of many different messages). If you were using the git plugin, and if you had added the behavior to "Force polling using workspace", that might indicate y

SVN Check out issue

2014-06-23 Thread Panikera Raj
Hi All, I am unable to check out code from svn using Jenkins where as same command if ran using Cygwin it is able to check out the code . Command to check out : svn co http://localhost:3690/svn/Handset/tags/tags/Product/Insta_Poc_Client

How to get current users LDAP groups in groovy-script

2014-06-23 Thread mku
I have setup a parametrized job for self-service deployments in Jenkins. Users can select a version of the application and the environment to deploy to. The available environments displayed to the user is currently just a static list of strings (*choice parameter*). *Now i want to restrict deplo

Windows slaves will not connect after upgrading SSH Credentials to 1.7.1

2014-06-23 Thread David Aldrich
Hi This morning I upgraded the following plugins: Credentials 1.13 -> 1.14 Cron 1.003 -> 1.4 OWASP Markup Formatter Plugin 1.1 -> 1.2 SSH Credentials 1.6.1 -> 1.7.1 (I am running Jenkins 1.565). After the upgrade, our Linux slaves connected but our Windows slaves did not connect. Here's an exa

Re: Problem with Clearcase plugin running many builds in parallel

2014-06-23 Thread Jes Struck
Hey sascha, with out vein an expert in this specific plugin, could you maybe tell if you by, parallel builds mean that you have a lot of different jobs build at the same time or you have a lot of concurrent executions of the same job? If the later then look for view name, they might use the same n

Problem with Clearcase plugin running many builds in parallel

2014-06-23 Thread Sascha Herrmann
Running: Jenkins ver. 1.532.3 Jenkins ClearCase Plug-in ver. 1.5 using snapshot views Clearcase 7.1.2.12 Hi, we're currently setting up a new CI machine. The machine is quite powerful and we're trying to run as many build jobs in parallel as we can. No we run into two issues related to Clearcas

Re: Could not connect to slave machine from master.

2014-06-23 Thread Ingo Richter
How do you connect the slave to the master? JNLP or ssh? Does the Windows Firewall complain on any of your machines? - Ingo On Jun 23, 2014 8:11 AM, "SUBHADIP SINHA" wrote: > I have both master and slave in windows 7 OS.Jenkins master is launching > in 8080 port.When i have configured node to co