Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Trying to link published artifact to commit / pipeline

Scott Jones November 24, 2017

I have followed the confluent article that has me publishing my artifact test.html to s3 and then linking it

The file gets put into my bucket but the link never shows on the commit or any other place in bitbucket

 

script:
- pip install boto3==1.3.0 # required for s3_upload.py
- python node_modules/pfitr-build-tools/s3_upload.py "${S3_BUCKET}" test.html "${BITBUCKET_REPO_SLUG}/test_${BITBUCKET_COMMIT}.html" # upload docs to S3
- export S3_URL="https://${S3_BUCKET}.s3.amazonaws.com/${S3_KEY_PREFIX}_${BITBUCKET_COMMIT}"
- export BUILD_STATUS="{\"key\":\"doc\", \"state\":\"SUCCESSFUL\", \"name\":\"Documentation\", \"url\":\"${S3_URL}\"}"
- curl -H "Content-Type:application/json" -X POST --user "${BB_AUTH_STRING}" -d "${BUILD_STATUS}" "https://api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/commit/${BITBUCKET_COMMIT}/statuses/build"

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events