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

How to run pipe steps when debugging bitbucket locally?

nicolas.fernandez August 12, 2020

Hello,

I can debug my pipeline with success for all the common steps.

But how can I test my pipe line along with the variable when debugging locally?

9.png

Thank you !

1 answer

0 votes
Oleksandr Kyrdan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 31, 2020

Hi @nicolas.fernandez ,

you can run pipe locally as a general Docker container:

docker run \
-e COLLECTIONPATH=$(cat files/goodCollection.json) \
-v $(pwd):$(pwd) \
-w $(pwd) \
xxxx/xxxxx:1.0.47

 

More details you can find in the Step 3 - Configure the Dockerfile of the Write a pipe for Bitbucket Pipelines guide.

nicolas.fernandez September 3, 2020

Will try it, thank you ! 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events