This step fails
- step:
name: Run Tests
script:
- pipe: atlassian/trigger-pipeline:5.8.0
variables:
BITBUCKET_ACCESS_TOKEN: $BITBUCKET_ACCESS_TOKEN
REPOSITORY: 'APPQuality'
REF_TYPE: 'branch'
REF_NAME: 'main'
ACCOUNT: 'REMOVED'
WAIT: 'true'
bitbucketpipelines/trigger-pipeline:5.8.0
unable to resolve docker endpoint: open /root/.docker/ca.pem: no such file or directory
Searching for files matching artifact pattern .bitbucket/pipelines/generated/pipeline/pipes/**
Hi @Andrew Klossner . Thanks for question. Do you still have this issue.
If yes: provide us please with full pipelines config file and output logs.
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I apologize for the formatting, I couldn't get it to submit with proper formatting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Andrew Klossner .
Try to add services docker to your script as described on this page:
run-docker-commands-in-bitbucket-pipelines
If you use self-hosted runners, check this community question
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Andrew Klossner . Try to run your trigger pipeline step without this step previously executed `name: Deploy to AWS account`. Maybe the reason is there because you changed docker infra here `source "$HOME/setup-docker.bash" local`
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.