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

2019-07-23 Thread jeremy mordkoff
I had noticed this and I had assumed that it was writing out the layers to disk. I will also check for background tasks per Rob's comment On Friday, June 21, 2019 at 5:01:17 PM UTC-4, Manny DaSilva wrote: > > Actually, it looks like the "exit 0" has nothing to do with it, but the > long pause

[EVENT] DevOps World Jenkins World SF - Full agenda is live

2019-07-23 Thread Alyssa Tong
Hi All, Just a reminder this event is happening in a few weeks, Aug 12 - 15, 2019, in San Francisco. CDF will be taking part in the conference as well. Below are some important links, join us! - The contributor summit - Full agenda is HERE

Re: Simple jenkins + nginx reverse proxy setup with docker containers : broken configuration

2019-07-23 Thread Carel Combrink
Not that I am any expert, but my location configuration is as follow (I just use '/', not sure if it affects anything compared to /ci/ that you have): {code} location / { proxy_pass http://jenkins_master:8080; proxy_set_header X-Forwarded-Host $host:$server_port;

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