How to upload files to onedrive from azure pipeline?

Copper Contributor

We use jenkins for our CI/CD and upload the files at the end to onedrive for business shared folders at the end of pipeline in jenkins.

For that we use onedrive client for linux.Because official linux client is not available.

https://abraunegg.github.io/
https://github.com/abraunegg/onedrive/blob/master/docs/INSTALL.md

For windows nodes, we use onedrive client for windows and copy to the synced folders at the end of pipeline.

How to achieve this part (uploading files to onedrive) instead of "publish to artifacts" section in the azure pipeline.

 

I posted this question earlier and they redirected me here

0 Replies