recommended system for jenkins server

2016-04-18 Thread Kirshan Luhana
Hi I am planning to setup a Jenkins server for our Android base project, can anyone recommended a good system (Laptop or desktop) System should be capable of running minimum four simultaneously emulators. number of Plugins to achieve complete CD goals. Thanks -- You received this messag

Need help in android base open source project

2015-12-01 Thread Kirshan Luhana
Hi We are maintaining one Android base application for promoting education. currently we are facing one big problem that some test fails (Random ) with error description list not fount, text not found etc. we tried lot to reflector code but as they were running fine before bug, it sense less to

android-x86 or Genymotion emulators with Jenkins

2015-12-01 Thread Kirshan Luhana
Greetings did anyone tried android-x86 genymotion emulators with Jenkins, who do you connect and get console output ? Thanks -- 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, s

Re: Slave for Android UI Test

2015-10-14 Thread Kirshan Luhana
I am new to Jenkins so wonder if there is some special configurations with jenkins. On Wednesday, 14 October 2015 00:58:42 UTC+2, Kirshan Luhana wrote: > > Hi > > I heard there is some difference between running UI / Android projects > from studio and Jenkins. > > We are

Slave for Android UI Test

2015-10-13 Thread Kirshan Luhana
Hi I heard there is some difference between running UI / Android projects from studio and Jenkins. We are setting Jenkins slave first time for UI test, is there any special consideration for setting Android / Gradle environment , versions, environment variables and some special plugins / tool

Re: SDL init failure, reason is: No available video device

2015-09-22 Thread Kirshan Luhana
plugin and XVNC. On Tuesday, 8 September 2015 19:04:19 UTC+2, Mark Waite wrote: > > I don't think that is related to Xvnc, but it could be. A double free > message could be from many different places. > > Mark Waite > > On Tue, Sep 8, 2015 at 8:52 AM Kirshan Luhan

is there any solution to this memory error in Android Emulator

2015-09-18 Thread Kirshan Luhana
Hi In every build either successful or fail we are getting this error . Over system is linux mint 17.1 with updated SDK. 14:13:09 === Backtrace: = 14:13:09 /lib/x86_64-linux-gnu/libc.so.6(+0x7aa16)[0x7fc7349c4a16] 14:13:09 /lib/x86_64-linux-gnu/libc.so.6(+0x7b793)[0x7fc7349c5793] 1

Re: SDL init failure, reason is: No available video device

2015-09-10 Thread Kirshan Luhana
ss ID 3316 Finished: NOT_BUILT On Tuesday, 8 September 2015 19:04:19 UTC+2, Mark Waite wrote: > > I don't think that is related to Xvnc, but it could be. A double free > message could be from many different places. > > Mark Waite > > On Tue, Sep 8, 2015 at 8:52 AM Kirshan

Re: SDL init failure, reason is: No available video device

2015-09-08 Thread Kirshan Luhana
the Xvnc Jenkins plugin globally (part of "Configure >System" under the "Manage Jenkins" link) >4. Configure each job that needs Xvnc to start a VNC server when the >job starts (check box in the job definition) > > Thanks, > Mark Waite > >

Re: SDL init failure, reason is: No available video device

2015-09-07 Thread Kirshan Luhana
; Alternately, you could install and configure the xvfb plugin and configure > the job to use it. I haven't used the xvfb plugin, but there are many > others who have used it with good results. > > Mark Waite > > On Mon, Sep 7, 2015 at 7:33 AM Kirshan Luhana > wrote: > &

Re: SDL init failure, reason is: No available video device

2015-09-07 Thread Kirshan Luhana
:51 UTC+2, Kirshan Luhana wrote: > > Thanks, I already checked. > Actually I am new to Jenkins, did not understand VNC server stuff and I > have very fresh linux OS with only jenkins installed (Latest) and then I > tried to run emulator and it fails. > > > On Sunday, 6 Sep

Re: SDL init failure, reason is: No available video device

2015-09-06 Thread Kirshan Luhana
t; versions and your job setup?) > > Thanks > > On Sunday, 6 September 2015 01:06:17 UTC+2, Kirshan Luhana wrote: >> >> But when I run this on command line it working fine. >> >> Started by user anonymous <http://localhost:8080/user/null> >> Building in w

Re: SDL init failure, reason is: No available video device

2015-09-05 Thread Kirshan Luhana
b kill-server Finished: NOT_BUILT On Saturday, 5 September 2015 04:39:42 UTC+2, Kirshan Luhana wrote: > > Please solve this bug > I installed fresh copy of linux mint , jenkins and Android emulator > plugin and when trying to run emulator , I am getting error > > > *SDL

SDL init failure, reason is: No available video device

2015-09-04 Thread Kirshan Luhana
Please solve this bug I installed fresh copy of linux mint , jenkins and Android emulator plugin and when trying to run emulator , I am getting error *SDL init failure, reason is: No available video device* I alrady googled a lot , and installed sudo apt-get install ia32-libs-sdl but no

Re: Ran lint on variant debug: 1 issues found

2015-08-31 Thread Kirshan Luhana
\:\\Users\\kirshan\\AppData\\Local\\Android\\sdk\\ndk-bundle sdk.dir=C\:\\Users\\kirshan\\AppData\\Local\\Android\\sdk On Monday, 31 August 2015 19:32:48 UTC+2, Thorsten Schöning wrote: > > Guten Tag Kirshan Luhana, > am Sonntag, 30. August 2015 um 21:25 schrieben Sie: &g

Re: Ran lint on variant debug: 1 issues found

2015-08-30 Thread Kirshan Luhana
quot;\" or "\\". Windows can > deal with both > types of "separators". > > C:/Users/kirshan/AppData/Local/Android/sdk >> >> > > > On Aug 30, 2015, at 7:22 AM, Kirshan Luhana wrote: > > Thanks for quick response. Yes I tried many pat

Re: Ran lint on variant debug: 1 issues found

2015-08-30 Thread Kirshan Luhana
: > > Seems that the error message is documenting the issue nicely. Have you > tried the suggested resolution of escaping the backslash ? > > Sent from my iPad > > On Aug 30, 2015, at 6:50 AM, Kirshan Luhana > wrote: > > Hi > > I am trying to solve this issue fro

Ran lint on variant debug: 1 issues found

2015-08-30 Thread Kirshan Luhana
Hi I am trying to solve this issue from few days but still can not get any solution please guide how can I fix it. I am running Jenkins on Windows 10 when I compile Android application I am getting error :*compileLint* :*lint* Ran lint on variant debug: 1 issues found Ran lint on variant re

[Cucumber ]Cucumber Test

2015-08-21 Thread Kirshan Luhana
Hi I am new to Jenkins, want to run Cucumber Test for my Android project. I already installed Cucumber Plugin Cucumber json test reporting. Cucumber Reports Plugin

Performance Plugin error

2015-08-07 Thread Kirshan Luhana
Hi, We are running Jenkins V: 1.611 and Performance plugin v: 1.13, Everything was fine when we set this plugin and it is running fine in few jobs, now when I open job for any modification, it is giving error like bellow and when I delete *publish perfomance test result report Junit report

Re: how to know where plugin is used or unused

2015-08-04 Thread Kirshan Luhana
beware, plugins that are only global (no config in job, e.g. > SimpleTheme plugin) will not be detected as used. > > > Björn > Am Dienstag, 4. August 2015 14:46:05 UTC+2 schrieb Kirshan Luhana: >> >> I am sorry if repeating same question: >> >> >>

how to know where plugin is used or unused

2015-08-04 Thread Kirshan Luhana
I am sorry if repeating same question: 1. Is there any way to find plugins which are installed but not used. I want to uninstall all unused plugins. 2. Is there any way to know which plugin is used in which job? Thanks -- You received this message because you are subscribed to the

Post build action - Checkstyle analysis result not fail on warning

2015-07-29 Thread Kirshan Luhana
Hi I am sorry if it is repeated question. In Post build action I have few reports 1- Checkstyle analysis result 2- findbug analysis result 3- PMD analysis results In advance sections of all above Health thresholds 100% = empty , 0%=empty Status thresholds (Totals) =empty all box