Hi @Michał
Thanks for reaching out to the community.
Could be related to indentation about the config, could you try the below config instead?
pipelines:
default:
- step:
runs-on: self.hosted
script:
- some_script_here
Regards,
Mark C
Hi @Michał 👋🏻
Thanks for your question.
It looks like your syntax isn't working because Bitbucket Pipelines does not use the generic self.hosted label. Instead, it uses a custom or system-assigned label matching system. If a runner is offline, unregistered, or the label is misspelled, the pipeline will fail to locate it.
You do try the following options:
- self.hosted with the exact label assigned to your runner during setup (e.g., - self.hosted-linux, - windows, or a custom tag)bitbucket-pipelines.yml file.Offline status. Ensure that the machine hosting the runner is powered on and that the runner application is actively running in the terminal or as a serviceI hope this helps & resolves your issue. 🙂
Thanks,
Anwesha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.