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: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 ! 

TAGS
AUG Leaders

Atlassian Community Events