0

Can someone help me that i have requirement on Artifacts File share in Azure pipelines. I am using Linux hosted agent and I gave in "Drop Artifacts" --> file share --> windows machine name as follows (\server name\c:\Drop). This process got failed. Please find the below steps I suggested to my manager.

  1. Azure pipelines --> Drop folder (To store successful artifacts) --> this was not selected by them.
  2. User Windows Microsoft hosted agent --> c:\Drop folder (my team is not ready to provide any VM).
  3. Use Nexus/Jrog (They are not recommended to this.

I followed some links as they said to store the artifacts through FTP. Please suggest me, If any one knows how to store the artifacts in windows dev/QA machine by using Linux hosted machines (or) If any other idea do you all have please guide to proceed on this.

your suggestions will help us to move forward on this task.

  • Thank you
sandeep
  • 3
  • 2

1 Answers1

0

Publishing artifacts from a Linux or macOS agent to a file share is not supported.

enter image description here

Hugh Lin
  • 17,829
  • 2
  • 21
  • 25
  • Thank you Hugh Lin for quick turnaround on this issue. – sandeep May 31 '21 at 05:06
  • Can you please let us know what and all the possibility ways to get down load in Windows VM by using linux version of agents? Can it possible to go in powershell script level or any file transfer protocol(FTP) or any other way please suggest? – sandeep May 31 '21 at 05:56
  • Lin : any inputs on my questions – sandeep Jun 02 '21 at 06:45