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
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
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
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
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