I read over https://confluence.atlassian.com/bitbucket/debug-your-pipelines-locally-with-docker-838273569.html on how to set up docker to debug your bitbucket-pipeline.yml files.
Basically that sets up an environment the same as the one the pipeline file will run in, and lets you manually invoke commands, one at a time, to see if they work, then edit your bitbucket-pipeline file.
I'm having trouble with steps that use other pipes, like the
- pipe: atlassian/aws-lambda-deploy:0.5.3pipes to deploy a lambda to Amazon AWS.
How can I debug running that step locally to see what's going on? Is there a way in a docker container I can quickly change the pipeline file and make sure I have the right values for the pipe variables?
Solved! Go to Solution.
Recommended Learning For You
Level up your skills with Atlassian learning
Reporting for DevOps
Identify four key DevOps metrics and learn how to use Jira reports to track your team's progress and performance.
Explore Atlassian Cloud products for agile and DevOps
Coordinate a suite of Atlassian Cloud products for greater collaboration and trust, higher-quality solutions, faster releases, and more.
Monitor component health with scorecards in Compass
Learn what scorecards are and their purpose in measuring the health of software components and improving DevOps practices.