Bamboo is not automatically starting builds when a PR is opened at BitBucket server.
The issue seems to be a PullRequestDetection job that is stuck:
10284330-2020-02-18 10:00:40,226 WARN [scheduler_Worker-3]
[PreventJobExecutionUntilCompletedTriggerListener]
Job execution [JobExecutionContext:
trigger: 'DEFAULT.PullRequestDetection
job: PullRequestDetection.PullRequestDetection
fireTime: 'Tue Feb 18 10:00:40 BRT 2020
scheduledFireTime: Tue Feb 18 10:00:40 BRT 2020
previousFireTime: 'Tue Feb 18 09:55:40 BRT 2020
nextFireTime: Tue Feb 18 10:05:40 BRT 2020
isRecovering: false
refireCount: 0]
triggered by [Trigger 'DEFAULT.PullRequestDetection':
triggerClass: 'org.quartz.impl.triggers.SimpleTriggerImpl
calendar: 'null'
misfireInstruction: 0
nextFireTime: Tue Feb 18 10:05:40 BRT 2020] has been vetoed - previous job execution [JobExecutionContext: trigger: 'DEFAULT.PullRequestDetection job: PullRequestDetection.PullRequestDetection fireTime: 'Mon Feb 17 13:29:37 BRT 2020 scheduledFireTime: Mon Feb 17 13:29:37 BRT 2020 previousFireTime: 'null nextFireTime: Mon Feb 17 13:34:37 BRT 2020 isRecovering: false refireCount: 0] has not yet completed
How can I abort that execution that is stuck?
Thank you!
The job gets stuck due to unauthorized access (401) when Bamboo tries to connect to BitBucket server. I will close this question and create a new one with more information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.