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.

Reply via email to