How do you stop a MacOS runner?

Bob Swift _Appfire_ May 8, 2022

Sorry if this is the wrong place to post this, but don't know where the posts are suppose to be for MacOs.

CTRL-C doesn't seem to work to end the runner. I have to go to the activity list to find the runner and kill it from there.

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Jayant Gawali
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 9, 2022

Hi @Bob Swift _Appfire_ ,

 

Thanks for raising thus issue, our engineering team have looked into it. There is an issue with the script that starts up the runner. We are able to replicate the issue and working on the fix.
In the meanwhile if you want to stop the runner you can either

  1. kill it the way you had done earlier
    or
  2. use the following to start the runner from the terminal and use "ctrl+c" to stop it:

    java \
    -jar \
    -Dbitbucket.pipelines.runner.account.uuid=$accountUuid \
    -Dbitbucket.pipelines.runner.repository.uuid=$repositoryUuid \
    -Dbitbucket.pipelines.runner.uuid=$runnerUuid \
    -Dbitbucket.pipelines.runner.oauth.client.id=$OAuthClientId \
    -Dbitbucket.pipelines.runner.oauth.client.secret=$OAuthClientSecret \
    -Dbitbucket.pipelines.runner.directory.working=$workingDirectory \
    -Dbitbucket.pipelines.runner.environment=PRODUCTION \
    -Dbitbucket.pipelines.runner.runtime=macos-bash \
    -Dbitbucket.pipelines.runner.scheduled.state.update.initial.delay.seconds=0 \
    -Dbitbucket.pipelines.runner.scheduled.state.update.period.seconds=30 \
    -Dfile.encoding=UTF-8 \
    -Dsun.jnu.encoding=UTF-8 \
    ./runner.jar


Please let us know if you have any other issues.

Regards,
Jayant

Bob Swift _Appfire_ May 26, 2022

Any update on the fix being available?

Jayant Gawali
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 7, 2022

Hi @Bob Swift _Appfire_ ,

Thank you for your patience. We are trying to prioritise this issue and will update you soon on this.

Regards,

Jayant
 

Bob Swift _Appfire_ June 10, 2022

ok

Jayant Gawali
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 19, 2022

Hi @Bob Swift _Appfire_ ,

 

I have created a Jira for the issue and it can be tracked at BCLOUD-21961 

Any further updated on it can be tracked in the Jira ticket.

 

Thanks and Regards,

Jayant

Like Matej Malesevic likes this
TAGS
AUG Leaders

Atlassian Community Events