Re: How does one deploy to webdav server?

2023-08-28 Thread 'Kari Cowan' via Jenkins Users
Thanks Mark - that's some good info from Jenkins World especially.  Cheers.

On Mon, Aug 28, 2023 at 8:17 AM Mark Waite 
wrote:

>
>
> On Monday, August 28, 2023 at 7:26:00 AM UTC-6 Kari Cowan wrote:
>
> No, it's a protocol, WinSCP will use it if selected.
>
> Project files (mostly MarkLogic XQuery) for the DB are stored in GitHub,
> so I'd like a more automated way to pull from GH and deploy to the DB
> server handling those.
>
>
> The most common way to handle that type of deployment with Jenkins is to
> perform the deployment from a command line script written in your choice of
> scripting languages, then run that script from an "sh" step in a Jenkins
> Pipeline.
>
> That makes it easier to develop and debug and gives you the choice of
> scripting language that best suits your needs, interests, and skills.
>
> If you find a Jenkins plugin that does WebDAV deployment (I am not aware
> of one), it then requires that you do your development and debugging from
> inside the Jenkins job, using the features provided by the plugin and
> limited by the features of the plugin.  That tends to slow your progress
> and make you more dependent on the plugin and its maintainer.
>
> Jesse Glick gave a DevOps World talk that described the technique several
> years ago if you'd like more details.  https://youtu.be/Zeqc6--0eQw is
> the talk
>
> Mark Waite
>
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/e5260268-ad7c-4d09-8cb5-80f925ee3a57n%40googlegroups.com
> 
> .
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAM_m21C9LS3nfCHO4jREiPHtA9Cm8%3D17y3%3D7r9U4weg7i-ATYQ%40mail.gmail.com.


Re: How does one deploy to webdav server?

2023-08-28 Thread 'Kari Cowan' via Jenkins Users
No, it's a protocol, WinSCP will use it if selected.

Project files (mostly MarkLogic XQuery) for the DB are stored in GitHub, so
I'd like a more automated way to pull from GH and deploy to the DB server
handling those.

On Mon, Aug 28, 2023 at 6:17 AM 'Maciej Jaros' via Jenkins Users <
jenkinsci-users@googlegroups.com> wrote:

> '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
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/566d1d35-2f6b-a5b5-b450-f5d019a25b28%40mol.com.pl
> .
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAM_m21AuT23rsvu9N%3D5xteR7tr1Py1kcUK%3DfwbyWetVeoYeHTQ%40mail.gmail.com.


How does one deploy to webdav server?

2023-08-28 Thread 'Kari Cowan' via Jenkins Users
I was looking for a plugin to deploy over WebDav - any such thing?

How about example over pipeline?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAM_m21CbfC7nzAEm3Q-idPeY1%2BdNpy%3DMnsZoD8Pv6KZunN%2Bwgw%40mail.gmail.com.