You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
When running a manually triggered pipeline running on a self-hosted runner it get stopped because of build minutes.
The automatically triggered ones works but not manual.
Did some searching on the community forum and found a similar post from ~1 year ago with a closed bug report
https://jira.atlassian.com/browse/BCLOUD-21780
Am I missing how to get around the issue or is the bug introduced again?
Hi Eric and welcome to the community!
I tried to reproduce this issue with a workspace on the free plan that is out of build minutes, but I haven't been able to. Both automatically triggered and manual pipelines run on a self-hosted runner.
If you are using one self-hosted runner, and a build is already running, then the build that is triggered next will start as soon as the build currently running is finished.
runs-on:
- self.hosted
- macos # this could be linux, linux.shell or windows, depending on the runner
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.