Re: which logo do you like best?

2015-12-14 Thread Richard Lavoie
Agreed Richard Lavoie > On 14 déc. 2015, at 14:42, Hau Vong wrote: > > same here...#6 > >> On Mon, Dec 14, 2015 at 2:41 PM, Richard Bywater wrote: >> Personally I like #6 the best. >> >>> On Tue, 15 Dec 2015 at 08:17 Alyssa Tong wrote: >>>

Re: Jenkins configuration and selenium Grid

2015-09-16 Thread Richard Lavoie
un on them, the problem is elsewhere than in the selenium plugin. If jenkins itself isn't connected to the slave normally, there is something definitely wrong. The fact that the node is connected to the hub jenkins is hosting is also independant of jenkins being directly connected to this

Re: Jenkins configuration and selenium Grid

2015-06-08 Thread Richard Lavoie
t you would do is in your trst code, connect your remote drivers to the jenkins master address to delegate the browser calls to the right selenium capabilitu for each tests. Hope that helps, Richard Lavoie > On 2015-05-21, at 11:11, steliosP wrote: > > Any Selenium Grid plugin users

Re: Issue with RegEx for project roles in Matrix Authorization Strategy Plugin

2014-09-22 Thread Richard Lavoie
lso www.regular-expressions.info has a really nice reference on regex and also tells you which engine supports which feature. Richard Lavoie > On 2014-09-22, at 05:03, Jan Seidel wrote: > > Last but not least. > Looks like Jenkins adheres to Java Regex, even if I sometimes doubted it. >

Re: Issue with RegEx for project roles in Matrix Authorization Strategy Plugin

2014-09-19 Thread Richard Lavoie
If you want to allow that MIB can appear anywhere else other that immmediately after GUIDE_ you can change the regex for : (.*)GUIDE_(?!MIB)((?!P4).)*$ Richard Lavoie > On 2014-09-19, at 06:52, Richard Lavoie wrote: > > As a few people already mentioned you need to anchor you

Re: Issue with RegEx for project roles in Matrix Authorization Strategy Plugin

2014-09-19 Thread Richard Lavoie
).)*$ The fancy part at the end translates into : Make sure the following text is neither MIB or P4 when you try to match the next char, up to the end of string. it does not make a distinction weither MIB comes before or after P4. It will make sure any of those is not after GUIDE_ Richard Lavoie >

Re: "An internal server error occurred. Please try again later."

2014-09-16 Thread Richard Lavoie
Look in jenkins log file to see if there is an error message which is more complete. Richard Lavoie > On 2014-09-16, at 07:05, David Aldrich wrote: > > Hi > > We are running Jenkins 1.580 on a Centos 6 server. Sometimes we see the > message: > > An internal serve

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-24 Thread Richard Lavoie
he process of updating the plugin to support 2.40, >>>> but since IE needs a server installed, I need to make that seemless and it >>>> is not a straight replace of the selenium jar file >>>> >>>> 2. Which kind of configuration ? RC or web driver ? I

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-24 Thread Richard Lavoie
? RC or web driver ? I assume it is RC. >> I'll check that out in the current update. >> >> 3. Cannot find which file, does it say ? >> >> As for the assumption, the plugin only provides the hub/node >> functionnality as a pool of nodes where the jenkins mast

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-24 Thread Richard Lavoie
;ll check that out in the current update. 3. Cannot find which file, does it say ? As for the assumption, the plugin only provides the hub/node functionnality as a pool of nodes where the jenkins master acts as the hub. As for the wait, I suppose you mean "fail if no session is available&qu

Re: How do I persist changes to the model made via a Groovy script to disk?

2014-03-16 Thread Richard Lavoie
Sweet, But do we have for LTS or previous versions ? Richard Lavoie > On 2014-03-16, at 19:22, Richard Bywater wrote: > > Its available online @ http://javadoc.jenkins-ci.org/ > > Richard. > > >> On Mon, Mar 17, 2014 at 12:11 PM, Richard Lavoie >>

Re: How do I persist changes to the model made via a Groovy script to disk?

2014-03-16 Thread Richard Lavoie
ource with IDE is the easiest path. Richard Lavoie > On 2014-03-16, at 16:42, Christian Goetze > wrote: > > What is the best way to discover all these nice things one could do...? Do I > really need to fire up an IDE and explore the source? > > >> On Sun, Mar

Re: How do I persist changes to the model made via a Groovy script to disk?

2014-03-16 Thread Richard Lavoie
Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Richard Lavoie IT consultant / consultant en informatique --

Re: disable jenkins autostart on ubuntu

2013-12-03 Thread Richard Lavoie
Did you take a look in /etc/default/ ? That's usually where the service options are defined in ubuntu. On 2013-12-03, at 07:20, tomasz ducin wrote: > I've installed jenkins on my ubuntu 11.10 according to the official tutorial. > Anyway, I don't want jenkins to autoload on startup. I want to s

Re: GUI testing on a linux slave

2013-09-04 Thread Richard Lavoie
jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- Richard Lavoie IT consultant / consultant en informatique -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Re: Access jenkins artifacts

2013-05-14 Thread Richard Lavoie
s group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com 'cvml', 'jenkinsci-users%2bunsubscr...@googlegroups.com');>. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Richard La

Re: Access jenkins artifacts

2013-05-14 Thread Richard Lavoie
m 'cvml', 'jenkinsci-users%2bunsubscr...@googlegroups.com');>. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Richard Lavoie IT consultant / consultant en informatique -- You received this message because you are subscribed to the Google

Re: Securing jenkins on tomcat/ubunto fails, only getting destroyed looking login page

2013-03-22 Thread Richard Lavoie
ure global security" and saved and applied the settings. When I reload > the page the options are correctly set so I assume they are stored. > > But I can still access the Jenkins navigation bar including "manage jenkins" > (and change all the settings) even if I have not l

Re: Securing jenkins on tomcat/ubunto fails, only getting destroyed looking login page

2013-03-22 Thread Richard Lavoie
Change back the web-ressource-collection-url setting, restart tomcat, go to jenkins, manage jenkins, configure system, enable security and change security realm to "delegate to servlet container". By default security is disabled in jenkins. On 2013-03-22, at 03:41, Bukama wrote: > Hi everybod

Re: Jenkins Selenium Grid plugin generates huge logfile

2013-02-05 Thread Richard Lavoie
I'll take a look into it, Richard On 2013-02-05, at 03:10, psiuk.da...@gmail.com wrote: > Hello, > > from eclipse, my tests are running very well and there are no problems at all. > > But if I run my tests from Jenkins, the selenium plugin increases the > selenium.log for about 700mb each run

Re: assignedNode in config.xml

2013-01-22 Thread Richard Lavoie
It might also depends on the caching added lately to prevent reading too much unnecessary information into memory. Note that I'm not in front of my computer so what I'm saying in this mail and the last one are somewhat speculations, but some hints on where to look at now to see if you can solve

Re: assignedNode in config.xml

2013-01-22 Thread Richard Lavoie
it is probably because you need to either reload the config file (I wouldn't do it that way), update the Job object in memory of jenkins or update the plugin object responsible for that option and behavior. The config is loaded on start and saved when change are made to the internal object from

Re: Jenkins exit code 143 - due to Unexpected termination of the channel

2013-01-22 Thread Richard Lavoie
128+25=153 not 143 the signal is 15 not 25 Richard On 2013-01-22, at 04:13, Richard Mortimer wrote: > Hi, > > On 22/01/2013 00:02, BobTheBuilder wrote: >> Hello, >> >> I have a long running build that never runs to completion on the slave >> computer, it gets "Maven JVM terminated unexpectedl

Re: HTTP Basic Auth via Tomcat

2012-12-20 Thread Richard Lavoie
gt; this is somewhat difficult to achieve and what I have tried has been > unsuccessful, but I was hoping I was just missing something. > > Thanks. > -- Richard Lavoie IT consultant / consultant en informatique

Re: Jenkins open or close issue

2012-11-17 Thread Richard Lavoie
You could probably use the groovy post build action plugin and make a script to send a request using whatever API your ticket system uses. Sent from my iPhone On 2012-11-17, at 3:31 PM, Gustavo Lira e Silva wrote: > How can I implement to Jenkins open or close a issue ticket? > > I can use Re

Re: Weblogic deployer plugin 1.3.1 error

2012-10-10 Thread Richard Lavoie
--- > > > > Is there something that I am doing wrong? Please advise. > > > > Thanks, > > Meghendra > > > -- Richard Lavoie IT consultant / consultant en informatique

Re: Selenium Grid plugin configuration using the JSON file..

2012-10-10 Thread Richard Lavoie
ter+multi-slave setup soon) so my terminology is slightly off. > > On Wed, Oct 10, 2012 at 8:47 PM, Richard Lavoie > wrote: > >> Comments inlined. >> >> On Wed, Oct 10, 2012 at 7:59 PM, Jeff wrote: >> >>> Your suggested file uri format wor

Re: Selenium Grid plugin configuration using the JSON file..

2012-10-10 Thread Richard Lavoie
able to see that from http://jenkins/selenium You also have to note that changing a configuration won't have any effect on the running selenium processes on the slaves. To put the changes into effect, you have to either restart the service from the slave configuration page or by cli

Re: Selenium Grid plugin configuration using the JSON file..

2012-10-10 Thread Richard Lavoie
If you have any suggestions on how to improve the understanding of the plugin form elements, I'm all hears. On Wed, Oct 10, 2012 at 6:51 PM, Richard Lavoie wrote: > Comments inlined. > > On Wed, Oct 10, 2012 at 4:22 PM, Jeff wrote: > >> I'm missing something simple a

Re: Selenium Grid plugin configuration using the JSON file..

2012-10-10 Thread Richard Lavoie
cess) While this plugin creates selenium node configurations, the selenium configurations are applied to jenkins computer nodes. Hope that clarifies it. Thanks! > > -- > Jeff Vincent > predato...@gmail.com > See my LinkedIn profile at: > http://www.linkedin.com/in/rjeffreyvincent > I ♥ DropBox <http://db.tt/9O6LfBX> !! > > -- Richard Lavoie IT consultant / consultant en informatique

Re: Can I use the same job names on many slaves (i.e. in an OO manner)?

2012-10-05 Thread Richard Lavoie
There are plugins to help you do that. Mainly there is the matrix job plugin which allows you to run the same job accordin to different axis (the axis you are looking for is node or label) By default the queueing system of jenkins tend to reuse the same node it executed the job before to preven

Re: force a a job run on every node

2012-10-03 Thread Richard Lavoie
Matrix build should let you run a job multiple times and iirc there is aplugin to add a node label axis (might be node label plugin) On 2012-10-03, at 17:26, phil swenson wrote: > well, it's not running on every node. I kick off a job and it only > goes to one node. > > so still stuck…. >

Re: Jenkins does not understand netbeans j2se-project namespace

2012-09-28 Thread Richard Lavoie
Did you put the netbeans ant jars in your jenkins ant lib folder ? I'm pretty sure those tasks/namespaces are not published by ant but are extensions developped by netbeans. Richard On 2012-09-28, at 07:31, Kayode Odeyemi wrote: > Hi all, > > I'm creating a build job using the Ant task bel

Re: Multiple jenkins's on one mashine

2012-09-16 Thread Richard Lavoie
For a start, jenkins saves its configurations in a folder so to be independant of each other you need to override it for each instance : https://wiki.jenkins-ci.org/display/JENKINS/Tomcat Also other options to set the http port and others are specified here : https://wiki.jenkins-ci.org/display

Release of selenium grid v2.1

2012-09-03 Thread Richard Lavoie
llowed me to finally release it. Regards, -- Richard Lavoie IT consultant / consultant en informatique

Re: FOSDEM 2013 dev room application submitted

2012-09-02 Thread Richard Lavoie
Just for your information I should be able to release the 2.1 version of the selenium plugin soon with a way to configure nodes and manage the running instance of node on a slave ans latest selenium version (currently 2.25) Richard On 2012-09-02, at 16:00, "R. Tyler Croy" wrote: > Just a he

Re: running selenium fire fox tests through jenkins on a linux server

2012-08-28 Thread Richard Lavoie
I am working on v2.1 of selenium plugin which will hopefully get released by the end of the week to integrate selenium hub + nodes in jenkins (making a cluster of nodes out of jenkins node) It all dependa on how you want to execute the selenium tests. If you use direct implementations webdrive

Re: upgrade of jenkins in tomcat does not work

2012-08-13 Thread Richard Lavoie
Can i remove the jenkins directory while the tomcat is running or do i > have to shutdown the application. > > Thanks, > David > > On Aug 13, 2:38 pm, Richard Lavoie wrote: >> Posting the message twice won't help you receive a faster answer. >> >> Did yo

Re: upgrade of jenkins in tomcat does not work

2012-08-13 Thread Richard Lavoie
Posting the message twice won't help you receive a faster answer. Did you try removing the jenkins folder in the tomcat webapps folder so it redeploys the new war file correctly as if new ? Richard On 2012-08-13, at 07:27, david gang wrote: > Hi, > > In the admin screen I got the message >

Re: Verify downloaded jpi-files

2012-07-27 Thread Richard Lavoie
On 2012-07-27, at 06:45, Stephen Connolly wrote: > update center incudes the sha1 of the file > > On 27 July 2012 11:41, Richard Lavoie wrote: > This should be relatively easy with CRC or MD5 content check once downloaded > but I don't know if the plugin repository giv

Re: Verify downloaded jpi-files

2012-07-27 Thread Richard Lavoie
This should be relatively easy with CRC or MD5 content check once downloaded but I don't know if the plugin repository gives that information to jenkins already. Richard On 2012-07-27, at 06:31, Sami Tikka wrote: > That's an excellent idea. I believe there already is some verification in th

Re: Fingerprint database

2012-07-20 Thread Richard Lavoie
Have you tried restarting jenkins ? It might still be an in memory issue and the reload configuration from disk doesn't clear some "cache" for that plugin. regards, Richard On 2012-07-20, at 07:16, "Stanley, Jason" wrote: > Hello > > I have enabled the “Record fingerprints of files to tra

Re: Unfail a build manually?

2012-06-19 Thread Richard Lavoie
as not > failed after human review? > > Many thanks for any pointers. > > Gerald Quimpo > -- Richard Lavoie IT consultant / consultant en informatique

Re: Problem with Nexus authorization from Jenkins

2012-05-13 Thread Richard Lavoie
what is the user running the jenkins process ? you need to put the .m2 folder in the home folder of that user. Richard On 2012-05-13, at 16:53, Dave Hicks wrote: > I'm sure I must be missing something simple. I cannot get my Jenkins job to > authenticate with my Nexus server to download ar

Re: How to start jenkins service with increased java heap memory

2012-03-25 Thread Richard Lavoie
Can't you open the services panel (run -> services.msc) and change the service start command to add these 2 additionnal parameters ? Richard On 2012-03-25, at 08:17, zakyn wrote: > Hello, > > I would like to ask you how to start jenkins service with increased > java heap memory > I would li

Re: selenium-grid issues?

2012-02-09 Thread Richard Lavoie
Currently the plugin doesn't allow you to set anything about the browser configuration, hence the version of the browser + it's binary path. This should be taken care of in my next release with the different configuration options. Are you willing to be a beta tester of that plugin version ? Ri

Re: Selenium plugin updates

2012-02-07 Thread Richard Lavoie
Higgins wrote: > On Mon, 6 Feb 2012 18:51:28 -0500 > Richard Lavoie wrote: > > > Ar eyou using the xvfb plugin for jenkins as well ? > > No, I'm not. But I did just try it, as it would make setting up these > jobs easier. It didn't work immediately. Or on several s

Re: Selenium plugin updates

2012-02-06 Thread Richard Lavoie
at up on the machine... Just a thought as I didn't use it myself, in the end iirc it was only a matter of driver problems or something like that ... I'll check if I can't find the logs. Richard On Mon, Feb 6, 2012 at 6:33 PM, Michael Higgins wrote: > On Mon, 6 Feb 2012 16:33:42

Re: Selenium plugin updates

2012-02-06 Thread Richard Lavoie
-p0/gems/selenium-webdriver-2.18.0/lib/selenium/webdriver.rb:61:in > `for' from /tmp/hudson794649166709426834.sh:9:in `' Build step > 'Execute shell' marked build as failure Finished: FAILURE > > BUT, running: > jenkins@slave-tb2:~$ ruby /tmp/hudson794649166709426834.sh > > [ that is, running the shell script uploaded by Jenkins before Jenkins > deletes it ] > > ... works. What am I missing here? > > Cheers, > > -- > Michael Higgins > QA Intern, PuppetLabs > mhigg...@puppetlabs.com > -- Richard Lavoie IT consultant / consultant en informatique

Re: Selenium plugin updates

2012-02-03 Thread Richard Lavoie
light me on this part... By the way, one of my goals is to actually merge all the current seperate plugins related to selenium into a single plugin. Does this Help you ? Richard On 2012-02-03, at 19:30, Michael Higgins wrote: > On Fri, 3 Feb 2012 10:35:45 -0500 > Richard Lavoie wrote

Selenium plugin updates

2012-02-03 Thread Richard Lavoie
ur own selenium RC's independantly of jenkins' slaves and link it to jenkins' master hub ? Thanks, -- Richard Lavoie IT consultant / consultant en informatique