Re: Kubernetes plugin - ready probe

2018-11-19 Thread Carlos Sanchez
the latest agent logs may be in the jenkins logs if the agent fails to start On Mon, Nov 19, 2018 at 7:44 PM Romain Grécourt wrote: > Unfortunately I don't have cluster access (eclipse policy) and this issue > is somewhat intermittent. > Will get back to you if/when I get these logs. > > On Sun,

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

2018-11-19 Thread Victor Martinez
I have not executed that particular groovy script at all, but based on the description and name I guess that's something you could use. *How to use the groovy script?* - https://wiki.jenkins.io/display/JENKINS/Scriptler+Plugin That's one way to gather those details. Besides that, I just wen

Re: Kubernetes plugin - ready probe

2018-11-19 Thread Romain Grécourt
Unfortunately I don't have cluster access (eclipse policy) and this issue is somewhat intermittent. Will get back to you if/when I get these logs. On Sun, Nov 18, 2018 at 11:56 PM Carlos Sanchez wrote: > you need to check your pod logs and k8s describe them to see what's the > possible error > >

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

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

2018-11-19 Thread Mudit Kumar
I would be interested in knowing the details of OS rather than other way around.Same as Mark mentioned. Thanks, Mudit Kumar From: on behalf of Mark Waite Reply-To: "jenkinsci-users@googlegroups.com" Date: Monday, 19 November 2018 at 2:48 PM To: "jenkinsci-users@googlegroups.com" Subject: Re

Re: Unable to collect failure test case robot framework logs/reports via jenkins plans to the tester board setup.

2018-11-19 Thread srinivasan
Thanks a lot for your quick replies Rudd, 1.We have Jenkins agent running on Orange pi, yeah our setup is configured in such a way that the DUT is connected to the Orange pi where Jenkins server is running on in Orange pi. 2.It is not possible to connect the DUT directly (as we don't have Jenkins

Re: Working with Packer Plug-in on Windows

2018-11-19 Thread İlkay Şebnem Sezenoğlu
Hi Again, Finally I found the Packer settings in Global Tool Configuration. But I cannot still run the packer command. I can open the ovf file when packer is run on PowerShell, but I am not sure how to implement the same configuration in Jenkins :( [image: packer2.PNG] On Monday, Novem

Working with Packer Plug-in on Windows

2018-11-19 Thread İlkay Şebnem Sezenoğlu
Hi, I am new about Jenkins and also DevOps world, and I want to bring up a virtualbox machine from ovf file with using Packer plugin on Jenkins. Here are the my questions: 1.Should I select the packer from post-build actions? 2.Are there another settings which have to be adapte

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

2018-11-19 Thread Mark Waite
I'm not aware of any direct method from inside Jenkins that will report how it was installed. There are differences in the file system layout from the various installation techniques which could be used to guess which installer was used. For example: - If /etc/default/jenkins exists, then it

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 activit

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 > https://github.com/jenkinsci/jenkins-scripts/blob/master/scriptler/export-role-strategy-permiss

Re: How to SET BUILD_USER variable from REMOTE API CALL to Jenkins Job

2018-11-19 Thread rohit verma
I am using the user build vars plugin which has this variable. This variable is normally set to the user name while you execute the jenkins job normally from build the project option while when i call it via rest api like curl command with a user name and his authentication token it’s not being set

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 a

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 PM

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

2018-11-19 Thread Victor Martinez
Might https://github.com/jenkinsci/jenkins-scripts/blob/master/scriptler/export-role-strategy-permissions-to-csv.groovy provide those details? Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop re

Get list of users who has access to a project role

2018-11-19 Thread LnT
Hi - requirement came up from the audit team , fetch list of users having access to production environment Jenkins jobs. Our Jenkins setup has predefined project roles and able to see the list of users who has access to different environments. since the list of users are dynamic and audit is r