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

2019-07-24 Thread Manny DaSilva
#x27;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 is really at the end of the last Build step and before starting >> Post-build

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

2019-07-24 Thread Manny DaSilva
It is regression, this bug https://issues.jenkins-ci.org/browse/JENKINS-55106 On Tuesday, July 23, 2019 at 8:28:01 AM UTC-4, RobDBA wrote: > > 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

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

2019-07-24 Thread Manny DaSilva
> > 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 is really at the end of the last Build step and before starting >> Post-build >> >>

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

2019-07-24 Thread Manny DaSilva
It is a regression, this bug https://issues.jenkins-ci.org/browse/JENKINS-55106 On Tue, Jul 23, 2019 at 8:28 AM RobDBA wrote: > 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

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

2019-06-21 Thread Manny DaSilva
Actually, it looks like the "exit 0" has nothing to do with it, but the long pause is really at the end of the last Build step and before starting Post-build On Friday, June 21, 2019 at 4:06:01 PM UTC-4, Manny DaSilva wrote: > > Anyone noticing Jenkins taking a long pause,

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

2019-06-21 Thread Manny DaSilva
Anyone noticing Jenkins taking a long pause, up to 10 minutes, right after the "exit 0" at the end of the Build steps before starting Post-build section in freestyle build jobs? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe f

Re: Pipeline jobs for PRs failing due to Jenkins NOT using configured account.

2018-09-28 Thread Manny DaSilva
I'm having a similar issue. The multi-branch pipeline uses agent label 'docker' and we only have one build agent with that label. Most builds are running correctly on the agent node labeled 'docker' BUT some of the PR builds are running directly on the master node which does NOT have 'docker' l

Re: emailext jelly template access changetSet

2017-05-25 Thread Manny DaSilva
I'm in the same situation. Have you found a solution using Jelly? I tried currentBuild.changeSets as described in the doc but it doesn't work in the Jelly template. On Wednesday, October 19, 2016 at 12:09:22 PM UTC-4, jer...@bodycad.com wrote: > > I haven't tested this yet, but does this groovy

Re: Pipeline checkout GitSCM includedRegions

2017-05-22 Thread Manny DaSilva
se/JENKINS-36836 for a long > discussion of cases which work and cases which don't work and some of the > reasons for "works" and "don't work". > > Mark Waite > > On Mon, May 22, 2017 at 3:23 PM Manny DaSilva > wrote: > >> Thanks for the r

Re: Pipeline checkout GitSCM includedRegions

2017-05-22 Thread Manny DaSilva
gt; > Pipeline does not support include or exclude regions from the git plugin. > > On Mon, May 22, 2017, 1:41 PM Manny DaSilva > wrote: > >> Jenkins ver. 2.61 >> Pipeline checkout GitSCM. >> >> I'm new to Jenkins Pipeline. Regarding code as follows. I

Pipeline checkout GitSCM includedRegions

2017-05-22 Thread Manny DaSilva
Jenkins ver. 2.61 Pipeline checkout GitSCM. I'm new to Jenkins Pipeline. Regarding code as follows. I would like to have multiple include regions for Git SCM polling. I'm unable to determine the right syntax. How would I add an additional included region? checkout (scm: [$class: 'GitSC