RE: [ANN] SSH Slaves 1.3

2013-10-07 Thread David Aldrich
Hi Stephen As of 7 October, Plugin Manager is still showing version 1.2 as the latest version. We currently have version 0.27 installed. Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Stephen Connolly Sent: 04 October 2013 13:2

List Jobs by plugins used?

2013-10-07 Thread Steffen Breitbach
Hi everyone! Is there a way to list all jobs that use a certain plugin? Scraping the config.xmls would be OK as a last resort. Thans in advance Steffen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Tests randomly failing on slaves

2013-10-07 Thread Philippe Cambien
Hey guys, I have some Webdriver tests that run perfectly when I run them via Eclipse but when I run them via Jenkins on a slave, they seem to fail randomly. Any ideas on how I can troubleshoot this? Thanks in advance! Cheers. Philippe -- You received this message because you are subscribed to

Browser gets opening without proxy

2013-10-07 Thread pradeep kattekola
Hi team, i am new to jenkins. i developed one selenium script which runs properly when its gets executed from eclipse. But when i started the same job using jenkins , its not working proper. In browser , there are some proxy settings and the url which i calling is gets open with same proxy.

Re: TFS + Jenkins

2013-10-07 Thread pradeep kattekola
got the solution. may b in future someone tries the same below link gets use - http://www.dotnetcurry.com/ShowArticle.aspx?ID=773 Thanks, Prathip On Wednesday, September 25, 2013 12:23:00 PM UTC+5:30, pradeep kattekola wrote: > > ok. wil note same. Thanks > > On Tuesday, September 24, 2013 1

Re: [ANN] SSH Slaves 1.3

2013-10-07 Thread Stephen Connolly
[Shameless plug] http://developer-blog.cloudbees.com/2013/10/ssh-slaves-reloaded.html [/Shameless plug] Anyway, in 1.3 vs 1.2 I didn't change the ssh connection logic, similarly there is no changes outside of credentials since 0.27. We'd really need to know more about the ssh server that is being

Re: Slave ${WORKSPACE} not set correctly

2013-10-07 Thread Andrew Barber
I don't think so. At the surface, it appears to be a different issue. It is, however, somewhat disconcerting how long that bug has been open. AJ On Saturday, October 5, 2013 4:21:57 AM UTC-4, Daniel Beck wrote: > > > On 04.10.2013, at 22:24, Andrew Barber > > wrote: > > > Ok, after some test

SEVERE: Executor threw an exception

2013-10-07 Thread Brian J. Murrell
I'm trying to get an instance of Jenkins 1.530+current versions of plugins up and running but when I try to execute a multi-configuration (a.k.a. matrix) job, the child jobs are failing with: Triggering x86_64,el5 Triggering x86_64,el6.4 x86_64,el5 appears to be cancelled x86_64,el5 completed w

Re: List Jobs by plugins used?

2013-10-07 Thread Daniel Beck
If you're a Jenkins Enterprise customer, check out http://release-notes.cloudbees.com/product/Plugin+Usage+Plugin I also wrote a Groovy system script (Groovy plugin) a while back that generates an HTML report of all used builders, publishers, build wrappers, and project types. I just have to fi

ssh-agent plugin problems

2013-10-07 Thread Maciej Sawicki
Hi, I would like to use ssh-agent plugin but I have some problems with it: *00:00:00.000* Started by user maciej.sawicki *00:00:00.004* Building remotely on orwell in workspace /Users/jenkins/workspace/xxx*00:00:00.004* [ssh-agent] Using crede

apt-get install jenkins on Ubuntu giving '404 Not Found'

2013-10-07 Thread Cortez
I am attempting to set up Jenkins on an Ubuntu Server 64-bit EC2 instance, using a simple bash script in a CloudFormation template. Using apt-get I get the following error: Failed to fetch http://pkg.jenkins-ci.org/debian/binary/jenkins_1.534_all.deb 404 Not Found I followed the instruction

Re: apt-get install jenkins on Ubuntu giving '404 Not Found'

2013-10-07 Thread Cortez
Ha, it's there now. I just managed to install it... Is there a workaround to avoid getting bitten by this? Chris On Monday, 7 October 2013 23:00:52 UTC+1, Cortez wrote: > > I am attempting to set up Jenkins on an Ubuntu Server 64-bit EC2 instance, > using a simple bash script in a CloudFormatio