Re: Standard way to configure Linux Slave

2018-12-04 Thread gotviseryon
Any inputs on this please? On Tuesday, December 4, 2018 at 9:03:37 AM UTC-5, gotvi...@gmail.com wrote: > > What is the best or standard way to configure a Linux slave to the > Master? These are the options that comes while we try to do the > configuration > > 1. Launch agent agents via ssh >

Standard way to configure Linux Slave

2018-12-04 Thread gotviseryon
What is the best or standard way to configure a Linux slave to the Master? These are the options that comes while we try to do the configuration 1. Launch agent agents via ssh 2. Launch agent via Java Web Start 3. Launch agent via execution of command on master 4. Let Jenkins control this

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
I'm relatively new to all these and I'm just now realizing there are this many ways to use Jenkins (sorry for being dumb). YES!!! like you said, we want to use a backup mechanism as we don't have any of these in place. Where can I find documentation or study materials for the stuff you

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
We are looking for a full backup of the JENKINS_HOME folder (automated). We looked at SMC Sync plugin, ThinBackup, Backup and PeriodicBackup. PeriodicBackup was the only one which offered both. But, with this we are facing the following issues 1) The values that we set for "# of backups"

Re: Increase Java heap size of Windows Slave

2018-11-27 Thread gotviseryon
Yes Jeff. That's where I configured. JVM Options - "-Xmx3072m" On Tuesday, November 27, 2018 at 1:07:10 PM UTC-5, Jeff Thompson wrote: > > I suggest you try configuring it at the configuration page for the node in > Jenkins. Look under the Advanced button for JVM options. > > Jeff Thompson

Re: Increase Java heap size of Windows Slave

2018-11-27 Thread gotviseryon
Thanks a lot Victor. This helps. On Tuesday, November 27, 2018 at 12:51:31 PM UTC-5, Victor Martinez wrote: > > It does depend on how that particular windows agent is launched. The below > references can help you: > - https://issues.jenkins-ci.org/browse/JENKINS-3554 > - >

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
I'm not sure what you are trying to say? On Monday, November 26, 2018 at 8:03:34 PM UTC-5, rajendraprasad reddy wrote: > > Hi , > I have another solution, just document the list of plugins in old Jenkins > server and instead of backup and restore plugins just reinstall plugins on > new Jenkins

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
Tried out a bunch of them. Unfortunately, none of them are good for a production scale. On Monday, November 26, 2018 at 5:18:04 PM UTC-5, jxpe...@godaddy.com wrote: > > The beauty of Jenkins is that it's NOT built-in, but can be easily added > as a plugin (of which there are several). > > On

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
The plugin team's been unresponsive for ages. No help there. On Monday, November 26, 2018 at 4:49:17 PM UTC-5, jxpe...@godaddy.com wrote: > > Have you considered sending a PR to (or at least filing a Github issue > for) the plugins in question? > > > > It's probably an easy fix to handle

Increase Java heap size of Windows Slave

2018-11-27 Thread gotviseryon
We have a Windows 2016 Slave. The slave gets disconnected due to heap memory maxing out. How to increase the heap size to tackle this issue? This is a bit urgent please. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Re: Jenkins Backup and Restore

2018-11-26 Thread gotviseryon
Our cloud is Azure. Do you have any suggestions for this? On Monday, November 26, 2018 at 4:13:06 PM UTC-5, Artur Szostak wrote: > > Just my opinion: but I would forget about the backup plugins in Jenkins > for full production backups. They all do a poor job when it comes to a full > backup

Re: Jenkins Backup and Restore

2018-11-26 Thread gotviseryon
I wish for a tool like Jenkins it had a backup and restore option built in. On Monday, November 26, 2018 at 4:35:04 PM UTC-5, john.mellor wrote: > > I have had restore issues with *ALL* of the backup plugins that I have > tried. The problem is that they are using stupid mechanisms to copy >

Re: Jenkins service going down on Windows Slave

2018-11-26 Thread gotviseryon
Just found it. In the Slave configuration section, below "Launch method" in "Advanced" there is a section called "JVM options". We can pass it as a parameter here. Need to test it and see if it works. On Monday, November 26, 2018 at 4:33:11 PM UTC-5, slide wrote: > > There should be a way to

Script to monitor Jenkins service and start when it's stopped

2018-11-26 Thread gotviseryon
Hello, I heard there are some wrapper scripts that monitors the Jenkins service and starts it if it goes down. Can I get some help on this? Need it for both Windows machine and Linux machine. -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: Jenkins service going down on Windows Slave

2018-11-26 Thread gotviseryon
Found a log file on the slave machine. It's Java heap size error. INFO: HttpClient configured for $URL, authenticating as USER Nov 20, 2018 6:25:09 PM com.microsoft.tfs.core.ws.runtime.transport.IdleHTTPConnectionCloser run SEVERE: unexpected error java.lang.OutOfMemoryError: Java heap space at

Re: Jenkins service going down on Windows Slave

2018-11-26 Thread gotviseryon
The agent port is selected as 'fixed' in the Jenkins master configuration. On Monday, November 26, 2018 at 12:33:43 PM UTC-5, Pranav Kv wrote: > > Did you checked your port number?My be it is an arbitrary selection. So > better to configure the port as fixed number on your master configuration.

Re: Jenkins service going down on Windows Slave

2018-11-26 Thread gotviseryon
Any help/suggestion on this? On Monday, November 26, 2018 at 11:24:45 AM UTC-5, gotvi...@gmail.com wrote: > > When I looked in Windows Server event logs, I see this error - > sigint to 81192 failed - killing as feedback > > I see this message multiple times and the number (81192) is defferent in

Re: Jenkins service going down on Windows Slave

2018-11-26 Thread gotviseryon
When I looked in Windows Server event logs, I see this error - sigint to 81192 failed - killing as feedback I see this message multiple times and the number (81192) is defferent in every error. On Monday, November 26, 2018 at 10:48:58 AM UTC-5, gotvi...@gmail.com wrote: > > We have couple of

Re: Jenkins service going down on Windows Slave

2018-11-26 Thread gotviseryon
We have couple of more Windows Slaves, but we don't have any issue with those. Just this one slave going down often. On Monday, November 26, 2018 at 10:21:14 AM UTC-5, john.mellor wrote: > > We have that problem all the time. IMHO the JNLP connectivity to the > master is not robust enough to

Re: Jenkins service going down on Windows Slave

2018-11-26 Thread gotviseryon
Any idea on where else I can look for details? On Monday, November 26, 2018 at 10:24:10 AM UTC-5, slide wrote: > > Weird, I have had ZERO issues with JNLP agents. It works flawlessly for me. > > On Mon, Nov 26, 2018 at 8:21 AM John Mellor > wrote: > >> We have that problem all the time. IMHO the

Re: Jenkins service going down on Windows Slave

2018-11-26 Thread gotviseryon
This is all I see in the log section of the Slave. Is there anywhere else to see? JNLP agent connected from IP/IP Remoting version: 3.17 This is a Windows agent Agent successfully connected and online On Monday, November 26, 2018 at 10:16:59 AM UTC-5, slide wrote: > > Did you check the logs

Jenkins service going down on Windows Slave

2018-11-26 Thread gotviseryon
Hello, We have a Windows Server 2016 Jenkins Slave. The Jenkins service in this slave goes down at times. We then go back and start it manually though the service is set to start automatically. Need help figuring out what's causing it to go down and why it isn't coming back online on its

Re: how to find how a Jenkins instance is installed?

2018-11-19 Thread gotviseryon
Thanks a lot @Mark for the info. We are using CentOS. Will there be a difference between yum install and downloading a previous version and installing it manually? Also, how to find if the installation is done from LTS or Stable version? From OS. On Monday, November 19, 2018 at 11:55:18 AM

Best solution for Jenkins backup and restore

2018-11-19 Thread gotviseryon
Hello All, I have been surfing around for this stuff for quite sometime and till now couldn't find a plugin that does this job seamlessly. I tried these options - SCM Sync Configuration plugin , ThinBackup plugin

Re: Logging of plugins

2018-11-19 Thread gotviseryon
Will be awesome!!! On Saturday, October 27, 2018 at 11:12:46 AM UTC-4, Martin d'Anjou wrote: > > I wonder if we could make that a GSoC project for next year. Any opinions? > > On Tuesday, October 23, 2018 at 3:49:09 PM UTC-4, gotvi...@gmail.com > wrote: >> >> How do we capture the logs of

Re: Get list of users who has access to a project role

2018-11-19 Thread gotviseryon
@Victor - Excuse me here. I'm kind of new to this stuff. Could you please brief on how to use this groovy script? On Monday, November 19, 2018 at 7:33:57 AM UTC-5, Victor Martinez wrote: > > Might >

Re: How to find why Jenkins login is slow

2018-11-19 Thread gotviseryon
@Jan - I'm not sure what the all view feature is. Could you please brief me on it? @Rajendraprasad - Yes, we are integrated with Active Directory for authentication. When you say user types, what exactly do you refer to? Any user trying to login to the portal is facing this issue. Once in

Re: how to find how a Jenkins instance is installed?

2018-11-19 Thread gotviseryon
I apologize for the delay in responding. Just got chance to check back on these. Yes Mark, you are right. I'm trying to determine if Jenkins was installed from apt/yum, rpm, MSI or war file. Is there a way to find how the installation was done? On Wednesday, November 14, 2018 at 10:02:17

How to find why Jenkins login is slow

2018-11-14 Thread gotviseryon
Hello, I'm new to this area and need some pointers. We have Jenkins installed and been using it for sometime. We have AD configured for authentication and authorization. Logging in at sometimes takes a while (~20 secs). Also, Jenkins seems to be a bit slow. The VM otherwise seems to be

how to find how a Jenkins instance is installed?

2018-11-14 Thread gotviseryon
Hello, how do I find out how a Jenkins instance has been installed? -- 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

SSLError

2018-11-12 Thread gotviseryon
Need urgent help. Trying to run a job in Windows Slave and getting this error. Please help. Will post more information if needed. Installed the certificate in the VM. It's Windows Server 2016 Datacenter. ERROR: HTTPSConnectionPool(host='URL', port=443): Max retries exceeded with url:

Jenkins Backup and Restore

2018-11-01 Thread gotviseryon
We have a Jenkins instance running and we are trying to setup a backup and restore mechanism in case of any mishaps. We are looking for a full backup of the Jenkins and so decided to go with PeriodicBackup plugin. With this plugin, the backup works fine. But, we are trying to restore it in a

Re: Ansible for administering Jenkins

2018-10-30 Thread gotviseryon
Thanks for the link Samuli. I found this link. But, am looking for a playbook to maintain the groups created and authenticated through Manage and Assign Roles (Role based authorization strategy). On Tuesday, October 30, 2018 at 10:17:29 AM UTC-4, Samuli Saarinen wrote: > > Hi, > > > > Would

Ansible for administering Jenkins

2018-10-30 Thread gotviseryon
Hi, Can we administer Jenkins using Ansible scripts? If so, any pointers or can I get some sample scripts? -- 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

Jenkins Administration - Role-based Authorization Strategy - Manage & Assign Roles list really big

2018-10-24 Thread gotviseryon
We use Role-based Authorization Strategy plugin and when we go to Assign Roles, the list is really huge and it's becoming hard day by day to add users. Is there a way to address this issue? 1) We are currently handling these manually. Is there a way to handle this manual (like freeze panes

Logging of plugins

2018-10-23 Thread gotviseryon
How do we capture the logs of activities of each plugin we install in Jenkins? We use Audit Trail plugin. But, that doesn't capture the changes made in the Role Based Authorization Strategy plugin. For example, I added a user to a role and removed access of two of the users. But, couldn't

Re: Restrict view of certain jobs under folder.

2018-10-19 Thread gotviseryon
As per the documentation of that plugin, below, the moment I grant access to ^foo.* they'll be able to see everything under foo right? In my case, everything under 'A'. Or, may be am not getting it right. Could you please help me on how to set it up? First, assign that user/ group to read/

Restrict view of certain jobs under folder.

2018-10-19 Thread gotviseryon
Hi, We have the following requirement. Any recommendations? We have a Folder 'A' created in Jenkins for an application team 'A'. We have two subdivision under this application team 'A1 and A2'. There are 4 users, 2 under each subdivision - A1-User1, A1-User2 and A2-User1, A2-User2. Both

Re: Script for backing up Jenkins

2018-10-18 Thread gotviseryon
I found a plugin SCM Sync plugin. Exploring this as well. On Wednesday, October 17, 2018 at 8:22:16 PM UTC-4, rajendraprasad reddy wrote: > > Hi I can suggest two approaches here, > All Jenkins configuration (jobs config, credentials,...etc) will be saved > in directory. > > If it is running

Re: Script for backing up Jenkins

2018-10-18 Thread gotviseryon
Nope. I have a volume attached to that server and backing up to that volume. On Wednesday, October 17, 2018 at 6:43:21 PM UTC-4, Sam K wrote: > > Hi > What is your backup location? I hope its not on the same server as the > Jenkins Master. > > On Wed, Oct 17, 2018 at 2:22 PM > wrote: > >>

Re: Update all plugins automatically

2018-10-18 Thread gotviseryon
My Jenkins is not a docker setup. Can I still use this? I found a plugin and installed it. But getting this error HTTP ERROR 404 Problem accessing /evergreen/. Reason: Not Found On Thursday, October 18, 2018 at 10:16:48 AM UTC-4, slide wrote: > > Another option would be Jenkins

Re: Update all plugins automatically

2018-10-18 Thread gotviseryon
I can't believe how dumb I became!!! Thanks for the info :-) On Thursday, October 18, 2018 at 9:52:26 AM UTC-4, Simon Richter wrote: > > Hi, > > > We are using open source Jenkins and have a bunch of plugins installed. > > Is there a way to update all the plugins that are in the "Updates" >

Update all plugins automatically

2018-10-17 Thread gotviseryon
Hi, We are using open source Jenkins and have a bunch of plugins installed. Is there a way to update all the plugins that are in the "Updates" section in the Plugin Manager? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: Configure Linux and Windows slave node

2018-10-17 Thread gotviseryon
Hi, Thanks for the link. For Windows, I found this link more helpful - https://wiki.jenkins.io/pages/viewpage.action?pageId=75893612 On Monday, October 8, 2018 at 10:00:20 AM UTC-4, Pavel Novák wrote: > > Hi, > there is a link with which describes step by step, how to add the agent , > new

Script for backing up Jenkins

2018-10-16 Thread gotviseryon
Hello, We are using Open Source Jenkins. We want to backup the configuration and any changes happening in Jenkins everyday for recovery purpose. Is there any scripts available for this purpose? Jenkins is on Linux VM. -- You received this message because you are subscribed to the Google

Configure Linux and Windows slave node

2018-10-04 Thread gotviseryon
What are the methods to configure a Linux and Windows slave node? Is there a runbook for it? -- 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

Re: Jenkins global metrics

2018-10-04 Thread gotviseryon
Sorry for the delayed response Rajendra. Will try this and let you know. Got stuck with another issue. On Friday, September 28, 2018 at 12:07:12 PM UTC-4, rajendraprasad reddy wrote: > > Following snippet can collect all jobs into a list, > > Just modify the script and please remove the

Re: Jenkins global metrics

2018-09-28 Thread gotviseryon
Rajendra. Thank you so much for the information. It is very descriptive. But, need some more help. Sorry to bother, I'm new to Groovy. You mentioned you are filtering the job name by 'Monitor'. Just wanted to check how it works for this scenario I need details of all jobs, irrespective

Re: Jenkins global metrics

2018-09-27 Thread gotviseryon
Hi Rajendra. Thank you so much for this news. Would really appreciate help on implementing this. Could you please guide me through? On Thursday, September 27, 2018 at 9:44:16 PM UTC-4, rajendraprasad reddy wrote: > > Hi , > I did similar implementation for monitoring my Jenkins instance. But

Re: Jenkins global metrics

2018-09-27 Thread gotviseryon
Thanks a lot Vishal. Will explore this. On Thursday, September 27, 2018 at 1:12:48 PM UTC-4, Vishal Raina wrote: > > We have been exploring Hygiene it not only helps with Jenkins metrics and > also acts as a central dashboard for all your CI/CD tool set. > Take a look at here

Re: Jenkins global metrics

2018-09-27 Thread gotviseryon
Thanks for the info Tyler. On Thursday, September 27, 2018 at 10:46:20 AM UTC-4, R Tyler Croy wrote: > > (replies inline) > > On Wed, 26 Sep 2018, gotvi...@gmail.com wrote: > > > I'm looking to generate a report, as a job, which will provide the > global > > metrics of my Jenkins instance.

Re: Jenkins global metrics

2018-09-27 Thread gotviseryon
Any help on this. Little urgent. On Wednesday, September 26, 2018 at 3:29:23 PM UTC-4, gotvi...@gmail.com wrote: > > I'm looking to generate a report, as a job, which will provide the global > metrics of my Jenkins instance. I need details in the report like (1) How > many jobs ran? (2) # of

Jenkins global metrics

2018-09-26 Thread gotviseryon
I'm looking to generate a report, as a job, which will provide the global metrics of my Jenkins instance. I need details in the report like (1) How many jobs ran? (2) # of failed and successful jobs and every possible metrics possible in one report. I need to send this report every week to

Re: Install wildcars ssl certs in opensource Jenkins ver. 2.121

2018-09-26 Thread gotviseryon
Thanks for the details Vincent. Will try this and update if it works. If not, will publish the details. On Tuesday, September 25, 2018 at 11:13:08 AM UTC-4, Vincent Latombe wrote: > > Hi, > > See > > https://wiki.jenkins.io/display/JENKINS/Starting+and+Accessing+Jenkins > > *> Using HTTPS with

Install wildcars ssl certs in opensource Jenkins ver. 2.121

2018-09-25 Thread gotviseryon
I have open source Jenkins installed and people get authenticated using AD. Currently it works on http://$URL.com. Need to install wild card certs to make it https://$URL.com. Please suggest the steps. Went through this page https://wiki.jenkins.io/pages/viewpage.action?pageId=135468777,

Issue pushing Artifact to Nexus from Jenkins using Nexus Artifact Uploader

2018-09-20 Thread gotviseryon
I'm trying to publish an Artifact from Jenkins to Sonatype Nexus Repository Manager OSS 3.12.0-01 using the Nexus Artifact Uploader plugin. But, the upload fails. Below are the details I have given in the plugin in Jenkins: KeyValue Nexus Version Nexus3 Protocal HTTP Nexus URL $NEXUS-URL