bitbucket pipeline – don’t see test report
I am using bitbucket pipeline to run my pytest
. pytest generates the junit xml report, which according to bitbucket pipeline document, supports it.
bitbucket pipeline is failling to trigger another pipeline with pipeline variables
I am trying to trigger another pipeline from my pipeline. it works fine if I don’t provide any pipeline_variables. However, If I provide any pipeline variable it fails with following error.
Bitbucket pipelines Buffers some files but it doesn’t upload
The bounty expires in 4 days. Answers to this question are eligible for a +100 reputation bounty. Elyor wants to draw more attention to this question. So I have setup on my bitbucket a pipeline to push to my demo server image: php:7.1.1 pipelines: default: – step: caches: – composer script: – echo “Pipeline Init” […]