One of the most powerful features of PowerShell is the ability to handle *big *data* copies/transfers/downloads* using the Background Intelligent Transfer Service (BITS) <https://technet.microsoft.com/en-us/library/dd819420.aspx> Cmdlets >From the PoweShell console this is extremely fast compared toa ll other copy operations across the network
However, I have not been able to use BITS with the Jenkins PowerShell plugin. No matter how many tricks I dug up from Google searches I always seem to be running into an issue like Start-BitsTransfer : The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist. (Exception from HRESULT: 0x800704DD) My Jenkins is running under an account that can access remote shares, but when these paths are used as Source paths to Start-BitsTransfer they error as shown. Has anyone used this PowerShell command successfully to copy/transfer files using Jenkins? Thanks for any feedback! Ioannis -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/a3e5b1eb-d6cb-47e9-8132-29a6b9dba116%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
