Missed Team ’24? Catch up on announcements here.

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

How to setup the bitbucket runner on windows so it starts at reboot or autmatically?

Andrew Ritting
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!
March 1, 2022

the current documentation for bitbucket runner on windows starts the runner with a powershell script. 

 

Can there be more documentation for starting this either as a windows service or a script that will work from the task scheduler triggered at startup?

2 answers

1 vote
J_ Cole March 29, 2022

There are lots of ways to tackle this problem. First 'compile' your PS script into an executable file. You can do this natively in Windows without any third-party tools. A script commonly known as "ps2exe" can help you do this. 

https://adamtheautomator.com/ps1-to-exe/#Converting_PS1_to_EXE_via_the_Command_Line

Then, once you have an .exe, there are numerous ways available for running an executable as a Windows service, also can be done without any third-party software.

https://stackoverflow.com/questions/3582108/create-windows-service-from-executable

*DISCLAIMER* 

Keep in mind that when running a Powershell script or any non-native Windows application as a 'Windows service', it may not properly respond to to the commands issued by the service manager services.msc, such as 'stop', 'start', etc. 

0 votes
edwin vasquez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 1, 2022

I'll have to find where the batch file is for Bitbucket, but if you already have it, you can follow this guide for help on setting it up on a scheduled task.

https://www.thewindowsclub.com/how-to-schedule-batch-file-run-automatically-windows-7

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events