Patrick

Results 10 comments of Patrick

@cboettig Same happened to me after a fresh install of Ubuntu 15.04 with whole disk encryption. However, it was possible to add manually a boot option selecting /boot/EFI/shimx64.EFI from the...

@mcmillhj No, I could not observe suspend/resume issues so far, although did no excessive testing yet. Concerning the hotkeys, I suspect it has to do with using Guake terminal. Every...

Hello @liashuk-se , thanks for reporting! Does that happen only after upgrade to Plugin version 2.5 or was it never working for you before? Could you try to set `allowedBranches`...

Have you tried triggering the job once manually via Jenkins? And, do you have more logs after the line: > 2020-10-14 23:45:54.050+0000 [id=279] INFO i.j.p.b.f.r.BitBucketPPRRepositoryPushActionFilter#shouldTriggerBuild: Should trigger build for the...

Could you try to leave `allowedBranches` empty to see if it triggers at all, please?

Interesting find, thank you! I cannot imagine a scenario where one would want to trigger a build on a deleted branch – git checkout would fail. But maybe I am...

Could you test without the `isToApprove` argument (which makes no sense for push): ``` properties([ pipelineTriggers([ bitBucketTrigger([ [ $class: 'BitBucketPPRRepositoryTriggerFilter', actionFilter: [ $class: 'BitBucketPPRRepositoryPushActionFilter', allowedBranches: '', triggerAlsoIfNothingChanged: true, triggerAlsoIfTagPush: false,...

@dunglas I was just stumbling over this issue and since you mentioned this was on purpose, I just want to point out, that this behaviour can be used to bypass...

If you are using PHP from ondrej sury, you might be lucky: https://github.com/php/php-src/issues/14480#issuecomment-2156115468