Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
307 views
in Technique[技术] by (71.8m points)

Upload artifacts to IBM cloud storage with Travis CI Build

I require to upload build artifacts to IBM COS on after Travis-ci build.

Found the documentation for Uploading artifacts on travis ci. the documentation provide require configuration for artifacts upload. https://docs.travis-ci.com/user/uploading-artifacts/

The Artifacts addon used for present for upload artifacts, tried by providing endpoint as ibm cloud storage s3 url. add on url:- https://config.travis-ci.com/ref/job/addons/artifacts

Expected: Artifacts should be uploaded to IBM COS Actual: Getting unknown schema protocol

config in travis

addons:
  chrome: stable
  artifacts:
    enabled: true
    bucket: $BUCKET
    endpoint: $ENDPOINT
    key: $KEY
    secret: $SECRET
    path: $ARTIFACTS_PATHS
    region: $REGION

all above variables are populated with env variables


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...