Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to fix continuous build failed pipelines

Jaehyeong Hwang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 3, 2023

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

"

Failed

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

1 answer

1 accepted

0 votes
Answer accepted
Mark C
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 8, 2023

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

Jaehyeong Hwang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 9, 2023

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events