Here is the error
pipe: atlassian/slack-notify:0.3.6<1s<span>+ docker container run \</span><span> --volume=/opt/atlassian/pipelines/agent/build:/opt/atlassian/pipelines/agent/build \</span><span> --volume=/opt/atlassian/pipelines/agent/ssh:/opt/atlassian/pipelines/agent/ssh:ro \</span><span> --volume=/usr/local/bin/docker:/usr/local/bin/docker:ro \</span><span> --volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes \</span><span> --volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/atlassian/slack-notify:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/atlassian/slack-notify \</span><span> --workdir=$(pwd) \</span><span> --label=org.bitbucket.pipelines.system=true \</span><span> --env=BITBUCKET_STEP_TRIGGERER_UUID="$BITBUCKET_STEP_TRIGGERER_UUID" \</span><span> --env=BITBUCKET_REPO_FULL_NAME="$BITBUCKET_REPO_FULL_NAME" \</span><span> --env=BITBUCKET_GIT_HTTP_ORIGIN="$BITBUCKET_GIT_HTTP_ORIGIN" \</span><span> --env=BITBUCKET_PROJECT_UUID="$BITBUCKET_PROJECT_UUID" \</span><span> --env=BITBUCKET_REPO_IS_PRIVATE="$BITBUCKET_REPO_IS_PRIVATE" \</span><span> --env=BITBUCKET_WORKSPACE="$BITBUCKET_WORKSPACE" \</span><span> --env=BITBUCKET_REPO_OWNER_UUID="$BITBUCKET_REPO_OWNER_UUID" \</span><span> --env=BITBUCKET_BRANCH="$BITBUCKET_BRANCH" \</span><span> --env=BITBUCKET_REPO_UUID="$BITBUCKET_REPO_UUID" \</span><span> --env=BITBUCKET_PROJECT_KEY="$BITBUCKET_PROJECT_KEY" \</span><span> --env=BITBUCKET_REPO_SLUG="$BITBUCKET_REPO_SLUG" \</span><span> --env=CI="$CI" \</span><span> --env=BITBUCKET_REPO_OWNER="$BITBUCKET_REPO_OWNER" \</span><span> --env=BITBUCKET_STEP_RUN_NUMBER="$BITBUCKET_STEP_RUN_NUMBER" \</span><span> --env=BITBUCKET_BUILD_NUMBER="$BITBUCKET_BUILD_NUMBER" \</span><span> --env=BITBUCKET_GIT_SSH_ORIGIN="$BITBUCKET_GIT_SSH_ORIGIN" \</span><span> --env=BITBUCKET_PIPELINE_UUID="$BITBUCKET_PIPELINE_UUID" \</span><span> --env=BITBUCKET_COMMIT="$BITBUCKET_COMMIT" \</span><span> --env=BITBUCKET_CLONE_DIR="$BITBUCKET_CLONE_DIR" \</span><span> --env=PIPELINES_JWT_TOKEN="$PIPELINES_JWT_TOKEN" \</span><span> --env=BITBUCKET_STEP_UUID="$BITBUCKET_STEP_UUID" \</span><span> --env=BITBUCKET_DOCKER_HOST_INTERNAL="$BITBUCKET_DOCKER_HOST_INTERNAL" \</span><span> --env=DOCKER_HOST="tcp://host.docker.internal:2375" \</span><span> --env=BITBUCKET_PIPE_SHARED_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes" \</span><span> --env=BITBUCKET_PIPE_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/atlassian/slack-notify" \</span><span> --env=MESSAGE="@here a new FAKE build is ready fresh for you." \</span><span> --env=WEBHOOK_URL="" \</span><span> --add-host="host.docker.internal:$BITBUCKET_DOCKER_HOST_INTERNAL" \</span><span> bitbucketpipelines/slack-notify:0.3.6</span><span>could not read CA certificate "/root/.docker/ca.pem": open /root/.docker/ca.pem: no such file or directory</span>
<span>+ docker container run \</span>
<span> --volume=/opt/atlassian/pipelines/agent/build:/opt/atlassian/pipelines/agent/build \</span>
<span> --volume=/opt/atlassian/pipelines/agent/ssh:/opt/atlassian/pipelines/agent/ssh:ro \</span>
<span> --volume=/usr/local/bin/docker:/usr/local/bin/docker:ro \</span>
<span> --volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes \</span>
<span> --volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/atlassian/slack-notify:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/atlassian/slack-notify \</span>
<span> --workdir=$(pwd) \</span>
<span> --label=org.bitbucket.pipelines.system=true \</span>
<span> --env=BITBUCKET_STEP_TRIGGERER_UUID="$BITBUCKET_STEP_TRIGGERER_UUID" \</span>
<span> --env=BITBUCKET_REPO_FULL_NAME="$BITBUCKET_REPO_FULL_NAME" \</span>
<span> --env=BITBUCKET_GIT_HTTP_ORIGIN="$BITBUCKET_GIT_HTTP_ORIGIN" \</span>
<span> --env=BITBUCKET_PROJECT_UUID="$BITBUCKET_PROJECT_UUID" \</span>
<span> --env=BITBUCKET_REPO_IS_PRIVATE="$BITBUCKET_REPO_IS_PRIVATE" \</span>
<span> --env=BITBUCKET_WORKSPACE="$BITBUCKET_WORKSPACE" \</span>
<span> --env=BITBUCKET_REPO_OWNER_UUID="$BITBUCKET_REPO_OWNER_UUID" \</span>
<span> --env=BITBUCKET_BRANCH="$BITBUCKET_BRANCH" \</span>
<span> --env=BITBUCKET_REPO_UUID="$BITBUCKET_REPO_UUID" \</span>
<span> --env=BITBUCKET_PROJECT_KEY="$BITBUCKET_PROJECT_KEY" \</span>
<span> --env=BITBUCKET_REPO_SLUG="$BITBUCKET_REPO_SLUG" \</span>
<span> --env=CI="$CI" \</span>
<span> --env=BITBUCKET_REPO_OWNER="$BITBUCKET_REPO_OWNER" \</span>
<span> --env=BITBUCKET_STEP_RUN_NUMBER="$BITBUCKET_STEP_RUN_NUMBER" \</span>
<span> --env=BITBUCKET_BUILD_NUMBER="$BITBUCKET_BUILD_NUMBER" \</span>
<span> --env=BITBUCKET_GIT_SSH_ORIGIN="$BITBUCKET_GIT_SSH_ORIGIN" \</span>
<span> --env=BITBUCKET_PIPELINE_UUID="$BITBUCKET_PIPELINE_UUID" \</span>
<span> --env=BITBUCKET_COMMIT="$BITBUCKET_COMMIT" \</span>
<span> --env=BITBUCKET_CLONE_DIR="$BITBUCKET_CLONE_DIR" \</span>
<span> --env=PIPELINES_JWT_TOKEN="$PIPELINES_JWT_TOKEN" \</span>
<span> --env=BITBUCKET_STEP_UUID="$BITBUCKET_STEP_UUID" \</span>
<span> --env=BITBUCKET_DOCKER_HOST_INTERNAL="$BITBUCKET_DOCKER_HOST_INTERNAL" \</span>
<span> --env=DOCKER_HOST="tcp://host.docker.internal:2375" \</span>
<span> --env=BITBUCKET_PIPE_SHARED_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes" \</span>
<span> --env=BITBUCKET_PIPE_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/atlassian/slack-notify" \</span>
<span> --env=MESSAGE="@here a new FAKE build is ready fresh for you." \</span>
<span> --env=WEBHOOK_URL="" \</span>
<span> --add-host="host.docker.internal:$BITBUCKET_DOCKER_HOST_INTERNAL" \</span>
<span> bitbucketpipelines/slack-notify:0.3.6</span>
<span>could not read CA certificate "/root/.docker/ca.pem": open /root/.docker/ca.pem: no such file or directory</span>
Hi @Keith Lietzau ,
I tried to replicate your error but I couldn't, see below my pipeline and I can see the Post in my WEBHOOK_URL , you can try to compare with yours and find if is there any difference, maybe a hidden character (like a space or tab)?
@Keith Lietzau ,
Did it help you?
It looks like you're new here. Sign in or register to get started.