Re: SFTP Publisher plugin?

2023-01-12 Thread zil...@gmail.com
I installed the plugin without requiring a restart. Once I restarted, I see it now in the snippet generator. Thanks!!! On Thursday, January 12, 2023 at 5:02:54 PM UTC-5 slide wrote: > Do you have the plugin installed? This is what I see in the snippet > generator: > > [image: image.png] > > On

Re: SFTP Publisher plugin?

2023-01-12 Thread Alex Earl
Do you have the plugin installed? This is what I see in the snippet generator: [image: image.png] On Thu, Jan 12, 2023 at 10:24 AM zil...@gmail.com wrote: > I did look at that, and https:/YOURJENKINS/pipeline-syntax, but no mention > of `SSH Publisher > > On Thursday, January 12, 2023 at 12:09:

Re: SFTP Publisher plugin?

2023-01-12 Thread zil...@gmail.com
I did look at that, and https:/YOURJENKINS/pipeline-syntax, but no mention of `SSH Publisher On Thursday, January 12, 2023 at 12:09:36 PM UTC-5 slide wrote: > I would recommend always using the declarative generator that is available > on your Jenkins instance, it allows you to use a UI to gene

Re: SFTP Publisher plugin?

2023-01-12 Thread Alex Earl
I would recommend always using the declarative generator that is available on your Jenkins instance, it allows you to use a UI to generate the proper pipeline syntax. https:/YOURJENKINS/directive-generator/ On Thu, Jan 12, 2023 at 9:54 AM zil...@gmail.com wrote: > Ha. I'm not alone re: the Publi

Re: SFTP Publisher plugin?

2023-01-12 Thread zil...@gmail.com
Ha. I'm not alone re: the Publish over SSH plugin https://www.reddit.com/r/jenkinsci/comments/ef5bkh/copying_files_via_sftp_using_declaritive_andor/ Chris On Thursday, January 12, 2023 at 11:04:17 AM UTC-5 zil...@gmail.com wrote: > Nice. How do I use it in a pipeline? The plugin page just shows

Re: SFTP Publisher plugin?

2023-01-12 Thread zil...@gmail.com
Nice. How do I use it in a pipeline? The plugin page just shows point-and-click UI setup options. I use the FTP publisher plugin this way for example dir($WORKSPACE) { timeout(time: 5) { // timeout in mins ftpPublisher: // options } } On Thursday, January 12, 2023 at 10:54:16 A

Re: SFTP Publisher plugin?

2023-01-12 Thread Alex Earl
There is the Publish Over SSH plugin that is similar to the one you are using. https://plugins.jenkins.io/publish-over-ssh/ On Thu, Jan 12, 2023 at 8:46 AM zil...@gmail.com wrote: > Sorry I'm using Publish Over FTP > > > On Thursday, January 12, 202

Re: SFTP Publisher plugin?

2023-01-12 Thread zil...@gmail.com
Sorry I'm using Publish Over FTP On Thursday, January 12, 2023 at 10:42:20 AM UTC-5 zil...@gmail.com wrote: > I'm currently using the FTP Publisher > plugin to publish to an FTP > server. However, IT move

SFTP Publisher plugin?

2023-01-12 Thread zil...@gmail.com
I'm currently using the FTP Publisher plugin to publish to an FTP server. However, IT moved to a secure FTP server. Is there an equivalent SFTP Plugin? I did look to no avail. My Jenkins jobs are running on Windows build nodes. TIA, Chris -- You re