Hi Team,
I would like to know the process of pushing artifacts to azure blob storage for storing the artifacts like nexus, jfrog or s3, could you please guide us to achieve this.
Thanks
Jayaprakash
Thank you for your question!
It's a good case for azure-storage-deploy pipe:
script:
- pipe: atlassian/azure-storage-deploy:1.0.2
variables:
SOURCE: 'myfile'
DESTINATION: 'https://mystorageaccount.blob.core.windows.net/mycontainer/myfile'
DESTINATION_SAS_TOKEN: $AZURE_STORAGE_SAS_TOKEN
To discover more pipes, visit our Bitbucket Pipes Marketplace.
Best regards,
Oleksandr Kyrdan
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.