Request: Option to install plugins through web client instead of server-side.

2016-04-28 Thread Jeremy Morton
Like many enterprise servers, my Jenkins server does not have Internet connectivity. Updating plugins is always a tedious bit of work to see what plugins have new versions in the Update Center, and then going to http://updates.jenkins-ci.org/download/plugins/ to find them by their folder

Re: Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-01-15 Thread Jeremy Morton
download slave.jar from the link on each slave node definition page. It is available from *http://localhost:8080/jnlpJars/slave.jar*http://localhost:8080/jnlpJars/slave.jar(replace localhost with your Jenkins server host name). Mark Waite On Mon, Dec 2, 2013 at 12:58 PM, Jeremy Morton

Re: Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-01-15 Thread Jeremy Morton
Even worse, even if you don't update Java, it refuses to run self-signed jnlp files because you aren't running the latest version [and the latest version blocks them, too]. On Wednesday, January 15, 2014 3:10:15 PM UTC-5, Jeremy Morton wrote: FYI, as of Update 51, it now blocks

Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-01-15 Thread Jeremy Morton
, and click on edit site list. Add your jenkins base address there -- *From: *Jeremy Morton raist...@hotmail.com javascript: *To: *jenkins...@googlegroups.com javascript: *Sent: *Wednesday, January 15, 2014 2:22:08 PM *Subject: *Re: Re: Java Version 7, Update 45

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-02 Thread Jeremy Morton
-jnlpUrl https://ci.domain.com/jenkins/computer/COMPUTERNAME/slave-agent.jnlp Den tisdagen den 29:e oktober 2013 kl. 19:25:12 UTC+1 skrev Jeremy Morton: When I run the javaws.exe command line to start slave-agent.jnlp, I now get this Security warning from Java, which implies that in a future

Crash starting Jenkins master today

2013-12-02 Thread Jeremy Morton
I haven't been able to start Jenkins today: Dec 02, 2013 3:36:18 PM jenkins.InitReactorRunner$1 onAttained INFO: Prepared all plugins Dec 02, 2013 3:36:19 PM jenkins.InitReactorRunner$1 onAttained INFO: Started all plugins Dec 02, 2013 3:36:19 PM jenkins.InitReactorRunner$1 onAttained INFO:

Re: Crash starting Jenkins master today

2013-12-02 Thread Jeremy Morton
Rolling back to Jenkins.war.bak [1.539] fixed this. On Monday, December 2, 2013 3:37:55 PM UTC-5, Jeremy Morton wrote: I haven't been able to start Jenkins today: Dec 02, 2013 3:36:18 PM jenkins.InitReactorRunner$1 onAttained INFO: Prepared all plugins Dec 02, 2013 3:36:19 PM

Re: Problem with Build Flow Plugin

2013-11-15 Thread Jeremy Morton
Email notifications at the end of Job2 are one of the things that cause it to wait for all previously started runs to finish in order to compare results. :( On Friday, November 15, 2013 12:58:17 PM UTC-5, James Nord (jnord) wrote: That’s not the flow that’s stopping it but job2. Most

Java Version 7, Update 45 warning every time I try starting the slave

2013-10-29 Thread Jeremy Morton
When I run the javaws.exe command line to start slave-agent.jnlp, I now get this Security warning from Java, which implies that in a future Java update, I won't be able to run it at all. Is this something that I need to configure to make Java happy, or is this a Jenkins-side fix? Security

Re: Problem with Throttle Concurrent Builds plugin

2013-10-11 Thread Jeremy Morton
I am seeing it not work with Build Flow jobs, either. Jenkins 1.534 Throttle Concurrent Builds version: 1.8 -- 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, send an email to

Using Build Flow to run a test using two machines

2013-10-10 Thread Jeremy Morton
My high-level scenario is that I have a pool of slave machines that I want to run tests on, but I need to use two machines for each run [one acting as a client, one acting as a server]. I would like to have it choose two machines from the pool and then run the tests on them, keeping other test