The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Running the automated tests on self hosted runner in windows 11

Sandeep.Dash
Contributor
January 23, 2025

I currently have automated tests running in bitbucket cloud inside the container with custom docker images passed to it from a yml file. How do i run the same tests on self hosted runner on windows 11

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 27, 2025

Hi Sandeep,

If you're looking to run your builds inside Docker containers, I'm afraid that Docker-based runners are not available for Windows. Windows runners use PowerShell to run pipeline steps on your Windows machine (host device):

You can build Docker images during the Pipelines build (as long as Docker is installed on the host device), but the builds will run directly on the host and not inside Docker containers.

If you want your builds to run inside Docker containers with a self-hosted runner, you can look into using our Linux Docker runners on a Linux machine:

Kind regards,
Theodora

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events