Re: Build jobs take 10 minute long pause on final "exit 0"

2019-07-23 Thread RobDBA
nope. I use freestyle exclusively, and all my jobs finish immediately. I sorta recall that happening when I was playing around with a background ssh agent. Check for background jobs started manually or automatically by your shell profile scripts. -- You received this message because you are

Re: Download from Nexus using Jenkins job (Jenkins installed on Windows Machine)

2019-05-24 Thread RobDBA
I "Execute Shell" in my Jenkins on Windows all the time. Most of my jobs contain an even mix of bash and Powershell. Have you tried Cygwin? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Re: How do i schedule a job to run every 35 days

2019-05-10 Thread RobDBA
Run the job every day, and as the first step check to see if it's been 35 days before continuing. This is fairly standard practice for cron jobs in general. On Friday, April 19, 2019 at 12:32:44 PM UTC-4, sgud...@gmail.com wrote: > > Hi, > > I want to run a job after every 35 days in jenkins. H

Re: Jenkins Role Base Statergy (Restrict Job View for specific Users)

2019-05-10 Thread RobDBA
https://stackoverflow.com/questions/32111825/jenkins-how-to-set-authorization-on-project-basis On Tuesday, April 23, 2019 at 7:16:12 AM UTC-4, Kiran Sonawane wrote: > > Hey, > > I'm Using Role base-Strategy for managing multiple jobs. but in manage > options it only gives read permission which en

Re: Jenkins Linux

2019-05-10 Thread RobDBA
Check the jenkins rc.d startup script. For me, on CentOS, the parms are being loaded from /etc/sysconfig/jenkins. On Wednesday, April 10, 2019 at 5:27:36 PM UTC-4, kripa joy wrote: > > Hi > How do you pass an environment variable to jenkins when its run as a > service in linux machine? > I have