'Kari Cowan' via Jenkins Users (2023-08-28 14:11):
> I was looking for a plugin to deploy over WebDav - any such thing?
>
> How about example over pipeline?
By WebDav you mean an SVN server? Don't think I've ever used WebDav
without SVN, but if you have a WebDav then you should be able to setup
SVN on it.
You can use SVN to publish build artificats to it. SVN is pretty good in
handling large files (contrary to a basic Git server). So you can build
stuff and commit files to an SVN repo. And then download the files in
another jobs. That should be fairly easy as long as you don't need
authorization.
Cheers,
Nux