I kept failed build pipelines and I screwed up by trying to fix it by myself, I reverted lots of commits, and also deleted branches.
Now, The last commit that was merged with master is not even building.
The build failed sentence says
"
Currently no online runner available that matches the required labels.
"
and there is nothing on build screen. It says "No logs to display"
Can anyone help me how to make the build success again ?
Br,
Jaehyeong Hwang
Hi @Jaehyeong Hwang,
Welcome to the community.
Based on the error message "Currently no online runner available that matches the required labels.", it seems you either don't have a runner running on your self-hosted machine or you're using a different label for your YAML step configuration.
runs-on: - 'self.hosted' - 'my.custom.label'
I'd suggest trying to check your self-hosted machine if there's a runner running and check your current YAML configuration to see if you're using the correct labels.
Alternatively, you can also try to create a new runner.
Regards,
Mark C
Thank you for the answer.
But I asked the question in detail on support channel, and got the solution. Had to create a new runner for workspace and followed the instruction, after that I just reloaded the yaml file by committing nothing(just added space). Then it went ok.
Br,
Jaehyeong Hwang
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.