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 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: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 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 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 
> 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 AM UTC-5 slide wrote:
>
>> 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, 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 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 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-use...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-users/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>
>>
>> -- 
>> Website: http://earl-of-code.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-use...@googlegroups.com.

>>> To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-users/ee62f76e-23fb-4585-80c3-df444a84bf1bn%40googlegroups.com
  
 
 .

>>>
>>>
>>> -- 
>>> Website: http://earl-of-code.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-use...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/ee6d45ba-e71e-4aa6-b7eb-fca5bfd3ef9bn%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Website: http://earl-of-code.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/0dcfdc94-dddf-45c1-a877-c86a039b9913n%40googlegroups.com.


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: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 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 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
 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 AM UTC-5 slide wrote:

> 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, 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 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 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-use...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com
>> 
>> .
>>
>
>
> --
> Website: http://earl-of-code.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-use...@googlegroups.com.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-users/ee62f76e-23fb-4585-80c3-df444a84bf1bn%40googlegroups.com
>>> 
>>> .
>>>
>>
>>
>> --
>> Website: http://earl-of-code.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/ee6d45ba-e71e-4aa6-b7eb-fca5bfd3ef9bn%40googlegroups.com
> 
> .
>


-- 
Website: http://earl-of-code.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/CAPiUgVfBzvLyeyhp7_Nq72KDpWGFUYTUdqKphEwikk-4wqa1gQ%40mail.gmail.com.


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 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 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 
>>> 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 AM UTC-5 slide wrote:
>>>
 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, 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 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 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-use...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com
>  
> 
> .
>


 -- 
 Website: http://earl-of-code.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-use...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/ee62f76e-23fb-4585-80c3-df444a84bf1bn%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Website: http://earl-of-code.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/ee6d45ba-e71e-4aa6-b7eb-fca5bfd3ef9bn%40googlegroups.com.


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 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
>> 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 AM UTC-5 slide wrote:
>>
>>> 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, 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 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 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-use...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-users/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com
 
 .

>>>
>>>
>>> --
>>> Website: http://earl-of-code.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/ee62f76e-23fb-4585-80c3-df444a84bf1bn%40googlegroups.com
> 
> .
>


-- 
Website: http://earl-of-code.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/CAPiUgVc6OoH%2BMnurdef3tAc_aJT-ebKdqfoxhERL5rx-5J%2BrdQ%40mail.gmail.com.


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 
> 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 AM UTC-5 slide wrote:
>
>> 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, 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 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 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-use...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-users/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>
>>
>> -- 
>> Website: http://earl-of-code.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/ee62f76e-23fb-4585-80c3-df444a84bf1bn%40googlegroups.com.


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 AM UTC-5 slide wrote:

> 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, 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 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 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-use...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Website: http://earl-of-code.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/b52b8ecf-2a8e-4663-b061-34b4782233ben%40googlegroups.com.


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, 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 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 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/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com
> 
> .
>


-- 
Website: http://earl-of-code.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/CAPiUgVfHNb8JvFDwia%2Bxrr_ZwbObEByjqdftEPdxPyXxTJiFEA%40mail.gmail.com.


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 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 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/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com.


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 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/4e5b8a1c-2d88-472f-92b1-b560d5291adcn%40googlegroups.com.