Gerrit Trigger Plugin - "Cannot remove the last server!" - But why?

2019-08-27 Thread 'Fred G' via Jenkins Users
Hi, I'd like to remove the last Gerrit server in my Jenkins configuration, but for some reason I can't because "Cannot remove the last server!". This restriction was added with the following commit: https://github.com/jenkinsci/gerrit-trigger-plugin/pull/68/commits/0f0009a8b5ec6cdd61b6f79c24ed34

Re: Preventing jobs from running in parallel

2016-02-22 Thread 'Fred G' via Jenkins Users
Throttle Concurrent Builds Plugin can also be used to prevent jobs from running in parallel: https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin On Friday, February 19, 2016 at 12:39:31 PM UTC+1, Philip Pemberton wrote: > > Hi, > > I've been given the job of automating t

Re: Run tests on another machine

2015-04-28 Thread Fred G
There is more information in the wiki: https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds In order to run screen tests, Jenkins or a Jenkins slave needs access to the GUI. The easiest way (that I know of) is to start the Jenkins slave as a JNLP agent. On Tuesday, April 28, 2015 at

Re: Raspberry PI as node

2014-01-29 Thread Fred G
You can configure the threshold for "Free Temp Space" under Manage Jenkins -> Manage Nodes -> Configure. I'm not sure what the minimum threshold for swap space is. Swap space on the Raspberry Pi seems to be a controversial topic: http://raspberrypi.stackexchange.com/questions/70/how-to-set-up-s

Re: How to resolve the RDC issue when GUI Testing on a windows Jenkins agent

2013-10-18 Thread Fred G
Hi, I'm currently running GUI tests on a Windows Server 2008 slave without any problems. What I found out is, that the slave has to be connected via Java Web Start. (It did not work running the slave as a Windows service - even with access to the desktop). A user has to be logged on and both sc

Re: Alter/Remove "All" view in "My Views"

2013-07-26 Thread Fred G
Hi Steffen, The user's default view can be changed under "People" > "*your username/userid*" > "Configure". I updated the wiki page with instructions. Hope that helps, Fred On Friday, July 26, 2013 10:31:12 AM UTC+2, Steffen wrote: > > Hi everyone! > > Does someone know a way to remove or alt

Re: copy artifacts - pick from two upstream jobs

2013-01-27 Thread Fred G
gt; cheers, > > Chris > > Original Message > Subject: Re: copy artifacts - pick from two upstream jobs > Date: Fri, 24 Feb 2012 18:54:10 + > From: Chris Withers > > To: jenkins...@googlegroups.com > CC: Fred G > > > Hi Fred, &g

Re: how can I make timed out builds failed rather than aborted?

2012-12-05 Thread Fred G
Hi, Selecting the check box "Fail the build" which is provided by the Build Timeout plug-in works for me as expected. I'm using version 1.11 of the plug-in. Regards, Fred On Wednesday, December 5, 2012 10:41:09 AM UTC+1, Chris Withers wrote: > > Hi All, > > When using the facility to time bui

Re: Headless GUI testing on Windows

2012-10-31 Thread Fred G
Hi, after having multiple problems with the interaction of the Jenkins service and the Windows desktop, the best solution I found was the JNLP web start client which is called from a shortcut in the "Autostart" folder. Hope that helps. Regards, Fred On Wednesday, October 31, 2012 11:26:35 AM

Re: Parameterized CVS Tag Name

2012-10-16 Thread Fred G
again the job ? > Is it resolved for you ? > > Thanks for help. > > > Le mardi 18 septembre 2012 09:39:00 UTC+2, Olivier Chorier a écrit : >> >> Great, thanks a lot for your reply. I'll check the next release then. >> Olivier. >> >> 2012/9/18 F

Re: Parameterized CVS Tag Name

2012-09-17 Thread Fred G
I have the exact same problem and opened a issue for it here: https://issues.jenkins-ci.org/browse/JENKINS-15208 On Monday, September 17, 2012 2:22:41 PM UTC+2, Olivier Chorier wrote: > > Well, it still happens ; average every two builds. > If anyone had a suggestion... > > Thanks a lot ! > > Le

Re: Do these features already exist?

2012-09-14 Thread Fred G
Hi Xavier, Have you tried the Build Timeout plug-in (https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin) yet? It might help you with detecting blocked jobs. Regards, Fred On Thursday, September 13, 2012 12:48:20 PM UTC+2, Xavier Nodet wrote: > > Hi all, > > I've been using Jenki

Re: Hide Jobs on All Tab.

2012-09-05 Thread Fred G
Hi, Editing the "All" view requires a little workaround described here: https://wiki.jenkins-ci.org/display/JENKINS/Editing+or+Replacing+the+All+View Once you've done that the View Job Filters Plug-in (https://wiki.jenkins-ci.org/display/JENKINS/View+Job+Filters) can give you all kinds of diffe

Re: UI Test Case (Windowtester Pro) with Exception occurred on the SWT UI Thread

2012-08-22 Thread Fred G
is it possible for you to post the configuration of windowtester in > pom.xml file? Really appreciateit!! > > > Thanks! > /Tao > > On 22 August 2012 11:17, Fred G >wrote: > >> Hi, >> >> yep, we successfully run tests on a Jenkins server with the la

Re: UI Test Case (Windowtester Pro) with Exception occurred on the SWT UI Thread

2012-08-22 Thread Fred G
Hi, yep, we successfully run tests on a Jenkins server with the latest version of Windowtester Pro from http://dl.google.com/eclipse/inst/windowtester/beta/3.7. There can be multiple possible reasons for the "Exception occurred on the SWT UI Thread" error. Please make sure that you're able to

Re: Jenkins ACL on individual build jobs

2012-08-02 Thread Fred G
Hi, Just for the sake of completeness: You could also use the built-in "Project-based Matrix Authorization Strategy". This might only work when using Jenkins own database for authorization, though. Regards, Fred On Wednesday, August 1, 2012 3:17:42 PM UTC+2, David Doughty wrote: > > Does any

Re: [External] Re: Jenkins ssh and pull (copy) files

2012-07-06 Thread Fred G
t; > -Original Message- > From: jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] On Behalf Of Fred G > Sent: Friday, July 06, 2012 9:23 AM > To: jenkinsci-users@googlegroups.com > Subject: [External] Re: Jenkins ssh and pull (copy) files >

Re: Jenkins ssh and pull (copy) files

2012-07-06 Thread Fred G
Hi, The Copy To Slave Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Copy+To+Slave+Plugin) can copy back files to the master. Currently this is only available as a post-build action, so I'm not sure if the files will be available to send them as attachments. Nevertheless it might still be c

Re: CVS : Multiple CVSROOT

2012-06-22 Thread Fred G
Hi Olivier, Yes, the CVS plugin supports checking out sources from multiple repositories since version 2.0. You might need to update the plugin through the update center though, because Jenkins still ships with an outdated version of the plugin (1.6). Hth, Fred On Friday, June 22, 2012 7:05:3

Re: CVS Bugfix

2012-06-20 Thread Fred G
Hi Jürgen, You could try the snapshot release: https://buildhive.cloudbees.com/view/All/job/jenkinsci/job/cvs-plugin/org.jenkins-ci.plugins$cvs/ Please report back (here or in JIRA) if this fixes the reported issue. Hth, Fred On Monday, June 18, 2012 2:23:56 PM UTC+2, Knuplesch, Jürgen wrote:

Re: custom build views

2012-04-20 Thread Fred G
Hi, You could use the Extra-Columns-Pluginto show the build description as a column in a list view. Filtering by build description could be done with the View Job Filters Plugin

Re: Jenkins: How to run a job independent of the job workflow

2012-03-22 Thread Fred G
Hi, The Conditional Build Step Plugin might be what you're looking for: https://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin . It let's you execute or skip a build step depending on a condition, which could be a boolean parameter in your usecase. HTH, Fred On Thursday, M

Re: copy artifacts - pick from two upstream jobs

2012-02-21 Thread Fred G
Hi Chris, You can use the "Upstream build that triggered this job"-functionality of the Copy-Artifacts-Plugin. Unfortunately you still need to specify the name of the triggering job. I will try to fix this in an upcoming version. Until then you need to specify two "Copy artifacts from another pr

Re: Source code metrics plugin ?

2012-02-06 Thread Fred G
Hi, here is the link to all the reporting plugins: https://wiki.jenkins-ci.org/display/JENKINS/Plugins#Plugins-Buildreports One of the most popular plug-ins is this one: https://wiki.jenkins-ci.org/display/JENKINS/Static+Code+Analysis+Plug-ins BTW: The plug-ins are not hiding, they can easily