RE: Shutting down a Jenkins instance that was still starting up

2018-08-16 Thread 'Burrows, John' via Jenkins Users
A couple more things to check: 1) Check where the Jenkins Service is pointing to, should be a Jenkins.exe file located in folder where Jenkins is installed. Listed under Path to executable in Service properties: For example, this is my entry - D:\SCM\Apps\Jenkins\jenkins.exe In same folde

Re: Shutting down a Jenkins instance that was still starting up

2018-08-16 Thread 'Burrows, John' via Jenkins Users
Steve, Shut down Jenkins, then using Task Manager, check for any rogue Jenkins or Java processes running on that machine and if any found, kill those processes. Start Jenkins back up. You should only have one Jenkins and one Java process running on the Jenkins Master, unless you are also runni

RE: Alert if master gets disconnected or if any shared slave goes offline.

2018-04-17 Thread 'Burrows, John' via Jenkins Users
Sunshine (Saranya), We use a simple Groovy (Scriptler) script setup to run as a Job on the Jenkins Master every 15 minutes, that checks to see if Jenkins Nodes/Slaves respond or it can get an environment setting from them, and if not, sends an email to us alerting that the Node/Slave is discon

Re: Help with Slaves: How to configure

2018-03-23 Thread 'Burrows, John' via Jenkins Users
Ana, You need to ensure that the credentials you are choosing in the server configuration page are valid. It looks like you are not using a valid User ID and Password that allows the connection via SSH. John On Mar 23, 2018, at 3:54 AM, Ana MB mailto:amar...@bufetedemarketing.com>> wrote: Hi

RE: Help with Slaves: How to configure

2018-03-22 Thread 'Burrows, John' via Jenkins Users
I agree with Mark 100%, and have found the best way for Windows Jenkins Nodes, is to launch the JNLP Jenkins Agent using Windows Task Scheduler set on System Startup. We (my company) uses SSH to launch non-Windows Agents and JNLP for Windows Agents. We have more than a dozen Jenkins Masters and

RE: Help with Slaves: How to configure

2018-03-22 Thread 'Burrows, John' via Jenkins Users
Make sure the agent.jar file is located in the location where you are running the java command from. You can manually download the agent.jar file from http://YOURSERVERNAME/jnlpJars/agent.jar Thanks, John From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Beh

Re: Git Plugin Issues

2018-03-04 Thread 'Burrows, John' via Jenkins Users
Hi Ram, Yes, cloning from the command line works fine in all the instances. We can also get around the issue by creating a credential in Jenkins using the private key of the user, but for some reason the Public Key no longer works. Thanks, John On Mar 4, 2018, at 1:31 AM, Ramanathan Muthaiah

Git Plugin Issues

2018-02-27 Thread 'Burrows, John' via Jenkins Users
Hi All, I have seen a few write-ups about this and just want to get some clarification, as I have not been able to solve this as of yet in our environments. We are using Jenkins Master v2.89.4 on Windows 2008 R2 Servers. We have the latest Git (3.8.0) & Git Client (2.7.1) plugins installed. We