Timestamp for the build

2020-01-07 Thread Veera Mani
Hi, Is there a way to set the timestamp( of the server) for all the Jenkins users who login in various time zones? My Jenkins is running on the server in EST timings and having the " Timestamper " plugin installed. When a build is executed th

Re: Secure Jenkins URL

2019-10-16 Thread Veera Mani
> On Wed, 16 Oct 2019 at 17:03, Veera Mani > > wrote: > >> Hi, >> >> How to setup the jenkins URL to https? >> I am looking to use the jenkins tool in internal network , but still >> would like to have it secure ? >> >> http://test1.examp

Secure Jenkins URL

2019-10-16 Thread Veera Mani
Hi, How to setup the jenkins URL to https? I am looking to use the jenkins tool in internal network , but still would like to have it secure ? http://test1.example.com:8081 to https://test1.example.com:8081 Any docs which help to setup secure jenkins URL (with all links below the

Jenkins AD users access denied with missing the Overall/Read permission

2019-07-11 Thread Veera Mani
Hi, I have the jenkins-2.150.3-1.1 running on RHEL 7 . When Integrated with AD it works fine and able to login with the AD users with the "Project-based Matrix Authorization Strategy" with attributes applied. But when Login with users who are part of the AD group , the users are allowed

Re: Jenkins Errors due to AD

2019-06-21 Thread Veera Mani
do you have? Is it the latest? > > Regards, > > Alex > > On Fri, Jun 21, 2019 at 7:27 AM Veera Mani > wrote: > >> >> Hi, >> >> I am running jenkins-2.150.3-1.1.noarch >> >> >> But after Integrating with AD , one fine day the

Jenkins Errors due to AD

2019-06-21 Thread Veera Mani
Hi, I am running jenkins-2.150.3-1.1.noarch But after Integrating with AD , one fine day the jenkins denied login for the AD users. On restart , we found the error on the jenkins console instead of login menu. Below is the best snippets which is a known error in jenkins. Jun 18, 201

Re: docker.build on Windows

2018-09-05 Thread Mani Agnihotri
The command is run as nohup and you wont have that OOTB in windows. You can get it via cygwin though. So you have two quick solutions, either be sensitive to platform in your build (i.e. use an env param to pass command in docker build) or make sure linux utilities are available in path On Thu,

Re: How to launch on-demand slaves immediately when needed?

2015-05-26 Thread Mani
disconnected and the resources are given back to cluster. Thanks, Mani On Monday, 21 July 2014 12:57:49 UTC+5:30, Susanne Lindgren wrote: > > Short version > > I'm experiencing somewhat slow slave start up when nodes are offline. > Launch method is "Launch slave via execution

Re: Running UI tests on Windows SSH slave

2014-05-26 Thread Mani Azizzadeh
> > Stephen: thanks for your anwser, windows can sometimes be a pain. :) I am posting this here if anyone else would be in the same situation and is in need to run ui tests via ssh slave. I went and checked the archives for cygwin and basically what I found there was that you can run its'

Running UI tests on Windows SSH slave

2014-05-19 Thread Mani Azizzadeh
Hi, I have a windows slave where I want to run automated UI tests. Because of organizational requirements I need to run it as an SSH slave (cannot use jnlp). The problem is that cygwin ssh server runs as a service and therefore runs the UI tests in another session/desktop. This causes problems

Re: Jenkins master slave security

2014-04-30 Thread Mani Azizzadeh
Thank you for the replies. I guess this is the setting that you are talking about? http://javadoc.jenkins-ci.org/hudson/remoting/Channel.html#setRestricted(boolean) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this gr

Re: Jenkins master slave security

2014-04-29 Thread Mani Azizzadeh
> Hey Stephen, Thank you for your answer, just some follow up questions. This setting that you are talking about, is it something that is turned on by default? What is the setting called? So if an attacker should get access to a slave, then he/she cannot just execute some arbitrary code or c

Re: Unable to sign up for http://jenkins-ci.org/ account

2014-03-24 Thread Mani
>> >> >> Hi All, >> >> When I try to signup for http://jenkins-ci.org/ account, I get the below >> error: >> >> Oops! >> >> Due to the spam problem, we need additional verification for your sign-up >> request. Please contact jenki

Re: Obtaining group information for the reverse-proxy-auth-plugin

2013-01-10 Thread Mani
Hi, I'm also facing the same problem. I tried to implement userdetails service in the plugin, but it sends collects the details from ldap for every single request that is being sent. Is there any better way of doing it? Thanks in advance, Mani On Tuesday, 18 December 2012 23:37:26 UTC

Re: Jenkins behind reverse proxy authentication and CLI with API token

2012-09-25 Thread Mani
Hi, Is there any workaround to get my Jenkins CLI working in the below setup? Any help on this is highly appreciated. Please let me know if you need any additional details. Thanks, Mani On Monday, 24 September 2012 17:01:46 UTC+5:30, Mani wrote: > > Hi All, > > I'm runni

Jenkins behind reverse proxy authentication and CLI with API token

2012-09-24 Thread Mani
owing error: *You must authenticate to access this Jenkins.* *Use --username/--password/--password-file parameters or login command.* * * Thanks, Mani

Re: OpenID plugin and Jenkins behind apache

2012-09-11 Thread Mani
Also, I'm unable to download the openid source code. This url provided in the openid home page is not valid I believe. https://github.com/jenkinsci/openid-plugin Can you also please provide the right url. Thanks, Mani On Tuesday, 11 September 2012 16:10:41 UTC+5:30, Mani wrote: > >

OpenID plugin and Jenkins behind apache

2012-09-11 Thread Mani
loper community if that was resolved already or if the issue is still there. Can you please let me know the same? Thanks in advance, Mani

Re: Jenkins CLI and HTTPS

2012-08-17 Thread Mani
Thanks Richard for your reply. I created a certificate myself(self signed) to test this scenario. May be I did something wrong while creating the certificate. I will check this and get back to you if I have any questions. Thanks, Mani On Friday, August 17, 2012 4:46:29 PM UTC-7, Mani wrote

Jenkins CLI and HTTPS

2012-08-17 Thread Mani
trying : http://pastebin.com/gDwjVypi Is that right? Please let me know if you need more information. Thanks in advance, Mani