Installing jenkins in a custom directory in ubuntu

2013-11-17 Thread Manish Singh
Hello, I need to install jenkins in a custom directory in ubuntu. Is it possible, if yes then how? Thanks & Regards, Manish -- 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, sen

Re: Installing jenkins in a custom directory in ubuntu

2013-11-20 Thread Manish Singh
gt; > On 18 November 2013 06:58, Manish Singh >wrote: > >> Hello, >> >> I need to install jenkins in a custom directory in ubuntu. Is it >> possible, if yes then how? >> >> Thanks & Regards, >> Manish >> >> -- >> You rece

Client applicatons to connect to Jenkins server

2012-12-16 Thread Manish Singh
Hello Jenkins users, Is there a client application which can connect to Jenkins over the internet and check for updates to new builds? If not, is it possible to implement something like this? Regards, Manish

Installing operating systems on slaves via Jenkins

2013-01-29 Thread Manish Singh
Hello All, I have a requirement, where I need to reinstall OS on slave machines before a job is executed. This is needed as we need a clean OS before executing the tests. What are the best ways to do this via Jenkins? -Manish -- You received this message because you are subscribed to the Goo

Re: Installing operating systems on slaves via Jenkins

2013-02-04 Thread Manish Singh
on the currently installed OS. I do have an idea to get this stuff done, will post it once I have something concrete in hand. Regards, Manish On Wednesday, 30 January 2013 12:36:18 UTC+5:30, Manish Singh wrote: > > Hello All, > > I have a requirement, where I need to reinstall

Re: API to create/manage nodes

2014-09-01 Thread Manish Singh
Any ideas on how to create a dumb node which connects using ssh for Linux using a solution similar to above? On Tuesday, 5 February 2013 14:06:18 UTC+5:30, Viliam Aboši wrote: > > I know this "thread" is old, but in case someone has the same problem with > creating nodes via a script here is my

Createing a Linux Slave via groovy scripts, which uses ssh to connect

2014-11-07 Thread Manish Singh
Hello Jenkins Developers, I need to create Jenkins Linux Slaves via script. I have been able to create Windows Slaves, which connect via JNLP by using the folowing code: Jenkins.instance.addNode( new DumbSlave(strSlaveName, strSlaveDescription,