Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
PM, Chris Selwyn wrote: > I suggest you read https://jenkins.io/blog/2015/04/06/good-bye-java6/. > > Chris Selwyn > > > On 2016-08-26 12:48, Panikera Raj wrote: > >> I have other windows setup which I had JDK 1.6, there I can start >> jenkins successful

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
ilds. > > Chris Selwyn > > > On 2016-08-26 12:23, Panikera Raj wrote: > >> Can you bit elaborate about this, >> >> how cay achieve this, is there any configuration file where I can >> specify to use JDK 1.6 >> >> -Panikera >> >> On Fri,

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
FYI... I have uninstalled JDK 1.7 version. -Panikera On Fri, Aug 26, 2016 at 4:53 PM, Panikera Raj wrote: > Can you bit elaborate about this, > > how cay achieve this, is there any configuration file where I can specify > to use JDK 1.6 > > -Panikera > > > On F

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
ou can configure jenkins to build with arbitrary JDK, using Java > installations on global configuration and selecting the adequate one for > your jobs > > 2016-08-26 11:22 GMT+02:00 Panikera Raj : > >> Hi All, >> >> I have a problem, please do help me on this >> >&g

How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
Hi All, I have a problem, please do help me on this First I have installed JDK 1.7 in windows-64 bit machine, then I have started jenkins, in jenkins i have created some projects Called Android and I was able executing successfully, But later I am facing some issue in Android project, so I have d

Re: How to stop job at run time

2015-06-29 Thread Panikera Raj
Hi Guys, Any update on this... Regards, Panikera On Fri, Jun 26, 2015 at 5:46 PM, Panikera Raj wrote: > Hi All, > > I have a scenario where I am using Build flow project in jenkins like > below: > > parallel ( > {build("NightlyBuilds")}, > {build

How to stop job at run time

2015-06-26 Thread Panikera Raj
Hi All, I have a scenario where I am using Build flow project in jenkins like below: parallel ( {build("NightlyBuilds")}, {build("MemoryLeaks")} ) so both *NightlyBuilds, MemoryLeaks *are going paralally but in memoryleaks project i have a check point, when flag become true so i need to s

Print Upstream project name

2015-06-10 Thread Panikera Raj
Hi All, I have two master projects like A, B. And I have one more slave project as C. Slave project ( C) shared by two master projects, As soon as master projects A or B is finished immediately C project will trigger. So is there a way, where we can print upstream project name in slave project. P

Re: executing multiple projects

2015-05-28 Thread Panikera Raj
/wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin > > Regards > Hiteswar > Sent from my iPhone > > On May 28, 2558 BE, at 3:11 PM, Panikera Raj > wrote: > > Hi All, > > I am bit confusing to use master and slave projects and waiting master > project to

executing multiple projects

2015-05-27 Thread Panikera Raj
Hi All, I am bit confusing to use master and slave projects and waiting master project to finish all slave projects here is my scenario. 1. I have master project which successfully executing. 2. Once master finished I am starting Slave A project. 3. Once Slave A finished execution I will start S

Re: Stop the execution if First task is failed even if multiple tasks are added to the project

2014-11-10 Thread Panikera Raj
ups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *Panikera Raj > *Sent:* Monday, November 10, 2014 8:36 AM > *To:* jenkinsci-users@googlegroups.com > *Subject:* Fwd: Stop the execution if First task is failed even if > multiple tasks are added to the project > > >

Fwd: Stop the execution if First task is failed even if multiple tasks are added to the project

2014-11-10 Thread Panikera Raj
Hi All, I have a project in Jenkins (as free style project) where I have added multiple tasks as an attachment. As I showed in attachment in first task condition is not satisfied I need to come out from the execution I don't want to execute second task. I can put *exit 1*. But If condition is not

Re: svn tagging format

2014-10-16 Thread Panikera Raj
Hi Jemes, I don't think it can be possible, Since version number generated by SVN Server. If it is possible you can misguide the people... Regards, Panikera On Fri, Oct 17, 2014 at 12:34 AM, 'Jenkins, James W' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Hi, > > > > Is there

Re: Can we print Master name in slave machine

2014-10-15 Thread Panikera Raj
ant to print?” Provide some sample > output. > > > > > > *From:* Panikera Raj [mailto:panikera.raj...@gmail.com] > *Sent:* 15 October 2014 09:43 > > *To:* jenkinsci-users@googlegroups.com > *Subject:* Re: Can we print Master name in slave machine > > > > HI

Re: Can we print Master name in slave machine

2014-10-15 Thread Panikera Raj
elpful. > > > > No idea on a way to do this though. > > > > On Tue, Oct 14, 2014 at 12:21 PM, wrote: > > When you say you want to print the “master name”, what exactly do you want > to print? And where / when do you want to print it? > > I don’t understand what y

Re: Can we print Master name in slave machine

2014-10-14 Thread Panikera Raj
10Auto <http://192.168.2.28:8080/job/Iphone7.10Auto/>" build number 212 <http://192.168.2.28:8080/job/Iphone7.10Auto/212> originally caused by: I want print master name Regards, Rajashekar P On Fri, Oct 10, 2014 at 12:31 PM, Panikera Raj wrote: > Hi All, > > I

Can we print Master name in slave machine

2014-10-10 Thread Panikera Raj
Hi All, Is there a way, where I can print Master name in slave machine. Since Two master projects will trigger one slave project. Please help me on this. Regards, Rajashekar P -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe f

Re: Losing all the jobs when I do restart Jenkins

2014-10-06 Thread Panikera Raj
Hi All, Any update on this.. Regards, Panikera​ On Wed, Oct 1, 2014 at 1:51 PM, Panikera Raj wrote: > Hi All, > > > > What could be the reason to lose my existing jobs while doing restarting > the Jenkins, I am using jenkins version as: 1.564. OS is Mac 64 bit. But >

Losing all the jobs when I do restart Jenkins

2014-10-01 Thread Panikera Raj
Hi All, What could be the reason to lose my existing jobs while doing restarting the Jenkins, I am using jenkins version as: 1.564. OS is Mac 64 bit. But when I do creates new job with same name (which I already used last time before crashing) it's loading all the existing build history only. P

Re: Copy files from master to slave

2014-07-15 Thread Panikera Raj
copy files in between master build is going >> on or at the end of the build is done (before going to start slave >> project). If it possible how can I achieve this >> >> >> Thanks in Advance >> >> Regards, >> Panikera >> >> >> >

Re:

2014-07-15 Thread Panikera Raj
Hi All, How to achieve this, I got stuck since two weeks please give any solutions. Regards, Panikera On Mon, Jun 30, 2014 at 4:35 PM, Panikera Raj wrote: > Hi Beck, > > But I am not able to check out using Jenkins.. Still I am getting the > above exception. I am using one

Re: Copy files from master to slave

2014-07-15 Thread Panikera Raj
slave project). If it possible how can I achieve this Thanks in Advance Regards, Panikera On Tue, Jul 15, 2014 at 10:45 AM, Panikera Raj wrote: > Thanks Corneil, Les, > > I will try and let you know. > > > Regards, > Panikera > > > On Mon, Jul 14, 2014 at

Re: Copy files from master to slave

2014-07-14 Thread Panikera Raj
Thanks Corneil, Les, I will try and let you know. Regards, Panikera On Mon, Jul 14, 2014 at 8:41 PM, Les Mikesell wrote: > On Mon, Jul 14, 2014 at 2:06 AM, Panikera Raj > wrote: > > Hi All > > > > I have to copy couple of files from master machine (OS x) to slav

Copy files from master to slave

2014-07-14 Thread Panikera Raj
Hi All I have to copy couple of files from master machine (OS x) to slave machine (Windows) using Jenkins. how can I achieve this. If it is possible then I need to copy files from master (Users/Panikera/test ) to slave (D:/Panikera) machine. how to overcome this. Thanks in Advance Regards, Pani

Re:

2014-06-30 Thread Panikera Raj
08:52, Panikera Raj wrote: > > > Update default Subversion credentials cache after successful > authentication. > > > > This option has been removed as of version 2.0 of the plugin, as > authentication now uses predefined credentials. > > -- > You received this

Re:

2014-06-30 Thread Panikera Raj
i > > > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *Panikera Raj > *Sent:* Monday 30 June 2014 09:53 > *To:* jenkinsci-users@googlegroups.com > *Subject:* > > > > Hi All, > > > > I am not able to find the o

[no subject]

2014-06-29 Thread Panikera Raj
Hi All, I am not able to find the option under Manage Jenkins\Configure System\SVN category as: Update default Subversion credentials cache after successful authentication. What could be the issue. how to resolve such type of issue Pls let me know. Regards, Panikera -- You received this messag

Re: SVN Check out issue

2014-06-27 Thread Panikera Raj
this. Regards, Panikera On Wed, Jun 25, 2014 at 7:43 PM, BIRD Neil wrote: > *From:* Panikera Raj, *Sent:* 23 June 2014 11:48 > > 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 . > > > >

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

Re: SVN Check out issue

2014-06-23 Thread Panikera Raj
check out statement is working fine through command prompt. Is there configuration issue it could be some other reason Please let me know You help greatly appreciated Regards, Panikera On Mon, Jun 23, 2014 at 4:18 PM, Panikera Raj wrote: > Hi All, > > I am unable to check out code

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

Re: http://jenkins-ci.org/ unavailable

2014-06-17 Thread Panikera Raj
Hi All, I am able to access from India as : http://jenkins-ci.org/ Regards, Panikera On Tue, Jun 17, 2014 at 10:02 PM, Jacob Weber wrote: > pkg.jenkins-ci.org is also not responding, to either http or https. For > example: > > http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key > > > > >

Re: Start Slave project once master triggered

2014-05-26 Thread Panikera Raj
Hi All, Any info about on this.. Regards, Panikera On Mon, May 26, 2014 at 1:48 PM, Panikera Raj wrote: > Hi All, > > How to start slave as soon as master trigger the project, We have post > build option is there Which will call once Master build executed > But I want to star

Start Slave project once master triggered

2014-05-26 Thread Panikera Raj
Hi All, How to start slave as soon as master trigger the project, We have post build option is there Which will call once Master build executed But I want to start slave as soon master starts(simultaniously), slave has to invoke. How to over come this issue, Any help or suggestion would greatly ap

Re: Master and Slave configuration with Hudson and Jenkins

2014-05-22 Thread Panikera Raj
:30 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > if you use a different remote fs for "the reverse fork" and for Jenkins > root then the slave can be used by either > > > On 22 May 2014 13:55, Panikera Raj wrote: > >> Hi Rob, >>

Re: Master and Slave configuration with Hudson and Jenkins

2014-05-22 Thread Panikera Raj
thing preventing that? > > > > --Rob > > > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *Panikera Raj > *Sent:* Thursday, May 22, 2014 8:09 AM > *To:* jenkinsci-users@googlegroups.com > *Subject:* Master

Master and Slave configuration with Hudson and Jenkins

2014-05-22 Thread Panikera Raj
Hi All, Can I have master as Hudson and Slave as jenkins, Will it work? And along with that Hudson is in mac machine and slave is in windows machine can I use like this? Your help would be greatly appriciated Regards, Panikera -- You received this message because you are subscribed to the Goog

Re: How to execute Specific Slave machine if Master is Busy

2014-05-14 Thread Panikera Raj
ed, May 14, 2014 at 10:46 AM, Panikera Raj wrote: > Hi MikeSell, > > Shall I give Labels as two names as *master, Slavename* > > > *Regards,* > *Panikera* > > > > On Wed, May 14, 2014 at 9:41 AM, Les Mikesell wrote: > >> On Tue, May 13, 2014 at 10:20 PM,

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-13 Thread Panikera Raj
Vidya, AFAIK.. It will show the history of every build execution, may be it's not triggering or not executing... Regards, Panikera On Wed, May 14, 2014 at 11:38 AM, vidhya radha wrote: > Its not showing. what to do? > > > On Wednesday, May 14, 2014 11:31:14 AM UTC+5:30, P

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-13 Thread Panikera Raj
triggers it will not show in build history. > > > > > > On Wednesday, May 14, 2014 11:07:30 AM UTC+5:30, vidhya radha wrote: > >> > >> K. I will do > >> > >> On Wednesday, May 14, 2014 11:04:04 AM UTC+5:30, Panikera Raj wrote: > >>> &

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-13 Thread Panikera Raj
Hi Vidya, Set parameter to Build periadically as 5 * * * * Regards, Panikera On Wed, May 14, 2014 at 11:01 AM, vidhya radha wrote: > Hi, > > Build Trigger in Poll SCM i given as * * * * * > > > On Wednesday, May 14, 2014 10:55:16 AM UTC+5:30, Panikera Raj wrote: > >&g

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-13 Thread Panikera Raj
Hi Vidya, Can you share your time stamp where you mention to trigger for every 5 mins Regards, Panikera On Wed, May 14, 2014 at 10:51 AM, vidhya radha wrote: > Hi, > > If i click build now manually its triggering the build but its not > automatically if i set the time for 5mins. > > > On Monda

Re: How to execute Specific Slave machine if Master is Busy

2014-05-13 Thread Panikera Raj
Hi MikeSell, Shall I give Labels as two names as *master, Slavename* *Regards,* *Panikera* On Wed, May 14, 2014 at 9:41 AM, Les Mikesell wrote: > On Tue, May 13, 2014 at 10:20 PM, Panikera Raj > wrote: > > Evans, Thanks for quick responce, > > > > But here I am n

Re: using Jenkins credential store with CVS plugin?

2014-05-13 Thread Panikera Raj
Hi Kevin, You can use environment variable to store username and password of CVS Then you can check out code from either Jenkins or from Cygwin Terminal Regards, Panikera On Wed, May 14, 2014 at 3:12 AM, Kevin Buchs wrote: > Is there a way to use the credential store with the CVS plugin to ac

Re: How to execute Specific Slave machine if Master is Busy

2014-05-13 Thread Panikera Raj
ble machine which has the proper label on it and continue > trying to build subsequent builds on the same target as previous, if it's > free and available. > > Scott > > > > > On Tue, May 13, 2014 at 12:27 PM, Panikera Raj > wrote: > >> I Evans, >> >

Re: How to execute Specific Slave machine if Master is Busy

2014-05-13 Thread Panikera Raj
, Panikera On Tue, May 13, 2014 at 7:08 PM, Scott Evans wrote: > Panikera, > > Look into how to use labels, as that's exactly their purpose. > > Scott > > > On Tue, May 13, 2014 at 8:19 AM, Panikera Raj > wrote: > >> Hi All, >> >> I am using m

How to execute Specific Slave machine if Master is Busy

2014-05-13 Thread Panikera Raj
Hi All, I am using master and Slave machanism, Assume that Master in busy with build generation, now if I got new request comes I have to distribute the same in Specific Slave machine We have option like "*Restrict where this project can be run*" 1. If I gave as master then it's generating in

Re: Unable to run the Slave project

2014-05-12 Thread Panikera Raj
-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *Panikera Raj > *Sent:* Monday, May 12, 2014 6:51 AM > *To:* jenkinsci-users@googlegroups.com > *Subject:* Unable to run the Slave project > > > > Hi All, > > I am implementing the Master and

Unable to run the Slave project

2014-05-12 Thread Panikera Raj
Hi All, I am implementing the Master and slave process in my setup, I am able to execute the project if i select check box option for as Restrict where this project can be run & mention in Master It's working fine, If I mention as "Slave" name it's not able to execute the project Below is the