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

I have been looking to configure the bitbucket pipeline for my automation tests for .net framework

Prince Dhiman
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!
February 21, 2024

Hello, 

I'm going to setup my bitbucket pipeline for the following config:

- .net c# framework 

- restsharp for API testing 

- reporter mocha 

please share the sample config code. 

 

1 answer

1 vote
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 27, 2024

Hi,

If you run Pipelines builds on Atlassian's infrastructure, these builds run in Docker containers. For every step of your build, a Docker container starts (the build container) using the image you have specified in your bitbucket-pipelines.yml file. The repo is cloned in the build container, and then the commands of the step's script are executed. When the step finishes that Docker container gets destroyed.

The commands in a step of your bitbucket-pipelines.yml are Linux commands or commands from different command-line tools. If the Docker image you use as build container has the tools you need preinstalled, you can use their commands in your yml file. Otherwise, you will need to add commands in your yml file that install these tools before you use them. We support public and private Docker images including those hosted on Docker Hub, AWS, GCP, Azure and self-hosted registries accessible on the internet.

You can check the documentation of the tools you listed here for instructions on how to install them (if they are not already preinstalled in the image you use as a build container) and how to use them.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events