Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread dhrumil shah
Hello Mark, Today I have done another time as per your way and my test run successfully. So thank you very much for your valuable time. On Tuesday, November 24, 2015 at 6:52:25 PM UTC+5:30, Mark Waite wrote: > > Unfortunately, you're now beyond my expertise. I'm aware of the Xfvb > plugin and

Re: How to hide AWS secret key in AWS elastic beanstalk plugin of Jenkins?

2015-11-24 Thread Aldrin Leal
Hi Amrita, Currently there's no way to do it. I'm evaluating other options (including using the credentials file and environment properties, as well as Instance Profiles), but the shortest path is: Simply use an IAM Key with constrained roles. Likely: s3:* and elasticbeanstalk;* Thank you -- --

How to point Test Result to TestNG instead of surefire

2015-11-24 Thread Lucy Chang
The surefire test report is incorrect. So I tried to publish TestNG result and the report looks correct. The problem is that now test result still points

Re: Balancing Distributed Nodes

2015-11-24 Thread Fabricio Leotti
You recall correctly, Baptiste. That's the exact default behaviour. Thanks a lot! Em terça-feira, 24 de novembro de 2015 18:04:38 UTC+1, Baptiste Mathus escreveu: > > Didn't double check, but IIRC the default behaviour for Jenkins us to try > to make the build run of the previous as much as pos

Re: Balancing Distributed Nodes

2015-11-24 Thread Baptiste Mathus
Didn't double check, but IIRC the default behaviour for Jenkins us to try to make the build run of the previous as much as possible. This can drastically improve performance for some contexts (say big repo to clone, things to cache and so on). HTH Cheers Le 24 nov. 2015 12:54 PM, "Fabricio Leotti

Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread dhrumil shah
Its Ok...Thanks for your help. On Tuesday, November 24, 2015 at 6:52:25 PM UTC+5:30, Mark Waite wrote: > > Unfortunately, you're now beyond my expertise. I'm aware of the Xfvb > plugin and heavily used the Xvnc plugin a few years ago. > > Mark Waite > > On Tue, Nov 24, 2015 at 6:15 AM dhrumil sh

Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread Mark Waite
Unfortunately, you're now beyond my expertise. I'm aware of the Xfvb plugin and heavily used the Xvnc plugin a few years ago. Mark Waite On Tue, Nov 24, 2015 at 6:15 AM dhrumil shah wrote: > Hi, > > Thanks again for your reply, > I have installed xvfb plugin in my linux system and made all con

Re: Problem reverting to snapshot in job

2015-11-24 Thread Andreas Tscharner
On 24.11.2015 12:40, Björn Stabel wrote: Maybe you need a plugin dedicated to the task that takes care of things like snapshotting and such. For vSphere, there's https://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin I have the libvirt slaves plugin installed. The host system is a De

Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread dhrumil shah
Hi, Thanks again for your reply, I have installed xvfb plugin in my linux system and made all configuration and tested but get below errors. *testng-execution*: [mkdir] Created dir: /var/Zeetv_Script/Test-Report/TestNGreport [testng] [TestNG] Running: [testng] /var/Zeetv_Script/test

Re: Provide LTS 1.609.4 with security updates from 1.625.2 ?

2015-11-24 Thread Stephen Connolly
On 24 November 2015 at 11:00, Vincent Latombe wrote: > Hi Guido, > > the community maintains the LTS line for 12 weeks and this is already a > time-consuming operation on volunteers time. > > Here are the options I see available for you : > - Migrate your jobs out of the maven job type. It has be

Sooo... what's with the survey?

2015-11-24 Thread Steffen Breitbach
Hi everyone! Remember that survey that ran from Sep. 1st to 30th? Haven't heard anything from it ever since? I'm really excited about that and I'd love to see the results. Any hint about when the results will be published? Maybe a little teaser (like "so and so many people took the survey")?

Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread Mark Waite
That says you need to install the Xfvb program on your Linux system. Installing a package depends on the Linux variant, since there are several different package managers. Refer to http://serverfault.com/questions/344793/install-xvfb-via-yum-yum-repository-for-xvfb if you're using Red Hat or CentO

Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread dhrumil shah
First of all thanks for your reply. yes here I am runnig my tests on Linux. and as per you say i have installed xvfb plugin but still got below error: Here I have attached screen shot of XVfb configuration. Total time: 47 seconds ERROR: Failed to parse POMsjava.io.IOException

Re: Balancing Distributed Nodes

2015-11-24 Thread Fabricio Leotti
>From what I read in the docs, it's more appropriate for cases where you work with multiple master, right? Thanks for your answer! Em terça-feira, 24 de novembro de 2015 00:40:50 UTC+1, Rock Rockenhaus -X (crockenh - INSIGHT GLOBAL INC at Cisco) escreveu: > > This works pretty well: > > https:

Re: Balancing Distributed Nodes

2015-11-24 Thread Fabricio Leotti
Yes. Probably this helps. I was also trying to remember what was the default behaviour of Jenkins when distributing builds. Thought that I could fix something without using plugins. Thanks ! Em terça-feira, 24 de novembro de 2015 00:39:41 UTC+1, Daniel Beck escreveu: > > Maybe this helps? > > h

Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread Mark Waite
I think you may be trying to run your tests on a Unix variant (Linux, FreeBSD, Solaris, etc.) but don't have an X Windows server to which the firefox program can connect for displaying itself. If that's the case, then you should investigate either the Xvnc plugin or the Xvfb plugin. They both pro

Re: Running a command before wiping the workspace

2015-11-24 Thread Mark Waite
After you reviewed https://wiki.jenkins-ci.org/display/JENKINS/pre-scm-buildstep for the Pre-SCM Build Step? You may also want to consider the advice in http://stackoverflow.com/questions/10123914/how-to-add-some-prebuild-steps-to-jenkins and see if there is a way to add that step to the build scr

How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread dhrumil shah
Hello, When I run my Selenium Webdriver Simple Login script on jenkins through Git then it always skip my test cases and give me the below error. org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output: [testn

Re: Problem reverting to snapshot in job

2015-11-24 Thread Björn Stabel
Maybe you need a plugin dedicated to the task that takes care of things like snapshotting and such. For vSphere, there's https://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin On 11/24/2015 09:47 AM, Andreas Tscharner wrote: On 23.11.2015 16:53, Jason Swager wrote: Is the build runn

Re: Running a command before wiping the workspace

2015-11-24 Thread Björn Stabel
I'm still having this problem. Is anyone aware of a solution, like a pre-wipe action plugin? On 10/22/2015 12:49 PM, Björn Stabel wrote: Hello, I have a job that constructs a Vagrant environment in the workspace directory. To that Vagrant environment belongs a VirtualBox VM, stored elsewhere

Re: Provide LTS 1.609.4 with security updates from 1.625.2 ?

2015-11-24 Thread Vincent Latombe
Hi Guido, the community maintains the LTS line for 12 weeks and this is already a time-consuming operation on volunteers time. Here are the options I see available for you : - Migrate your jobs out of the maven job type. It has been pointed out too many times on this ML how 'evil' it is. - If you

Jenkins Plugin Manager: "This plug cannot be enabled / It has one or more dependencies" – but the dependencies cannot be fulfilled

2015-11-24 Thread Jochen Hayek
Hi there! I am experiencing the same problem as described by philm88 here: http://echelog.com/logs/browse/jenkins/1444600800 In my case no restoring of a backup is involved, and I don't think that particular issue is related. In the installed plugins page, the enabled box is ticked, but greyed

Provide LTS 1.609.4 with security updates from 1.625.2 ?

2015-11-24 Thread guido.wojke
Hello everybody, due to a JDK 6 dependency on our build system we can't upgrade to Jenkins 1.625.2 which forces a JDK 7 or higher to build maven job type. We use the LTS 1.609.3 with the security workaround desribed here: https://jenkins-ci.org/content/mitigating-unauthenticated-remote-code-exec

Re: Problem reverting to snapshot in job

2015-11-24 Thread Andreas Tscharner
On 23.11.2015 16:53, Jason Swager wrote: Is the build running on a VM slave and you're trying to revert to a snapshot of that particular VM slave? Yes If so - that's not supported. Jenkins requires that the slave doing a [snip] To work around this, split the job across two jobs. First jo

Re: Number of executors

2015-11-24 Thread Dirk Heinrichs
Am 23.11.2015 um 17:59 schrieb Vanetta Floyd: > I would like to verify - a good rule of thumb for how many executors > to set on each build node is relative to the number of processors the > build server has. Short: There's none. Long: It all depends on your (type of) build(s). There are builds

Re: Per Jenkins user Git credentials - restrict access to some git repo to some users

2015-11-24 Thread Baptiste Mathus
Le 23 nov. 2015 7:33 PM, "Mark Waite" a écrit : > > Response in-line. > > On Mon, Nov 23, 2015 at 10:41 AM Francois Marot wrote: >> >> Thanks Mark and Stephen for your detailed responses. >> So in the end, I think that Jenkins has a problem because a user that can create a job has access to ALL c

RE: Number of executors

2015-11-24 Thread Baptiste Mathus
>From my experience, to minimize issues, I recommend having one executor per build node, and nothing built on master (apart from some housekeeping jobs of Jenkins itself). You might think it's a resource waste, but we've actually had many erratic issues when having multiple executors, when two /bi