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 
>>>>>>> <https://plugins.jenkins.io/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 
>>>>>>>> <https://plugins.jenkins.io/ftppublisher/> 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
>>>>>>>  
>>>>>>> <https://groups.google.com/d/msgid/jenkinsci-users/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>> .
>>>>>>>
>>>>>>
>>>>>>
>>>>>> -- 
>>>>>> 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
>>>>  
>>>> <https://groups.google.com/d/msgid/jenkinsci-users/ee62f76e-23fb-4585-80c3-df444a84bf1bn%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>
>>>
>>> -- 
>>> 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
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-users/ee6d45ba-e71e-4aa6-b7eb-fca5bfd3ef9bn%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> -- 
> 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
>>>>>> <https://plugins.jenkins.io/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
>>>>>>> <https://plugins.jenkins.io/ftppublisher/> 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
>>>>>> <https://groups.google.com/d/msgid/jenkinsci-users/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>> .
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> 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
>>> <https://groups.google.com/d/msgid/jenkinsci-users/ee62f76e-23fb-4585-80c3-df444a84bf1bn%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>
>>
>> --
>> 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
> <https://groups.google.com/d/msgid/jenkinsci-users/ee6d45ba-e71e-4aa6-b7eb-fca5bfd3ef9bn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
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 
>>>>> <https://plugins.jenkins.io/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 
>>>>>> <https://plugins.jenkins.io/ftppublisher/> 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
>>>>>  
>>>>> <https://groups.google.com/d/msgid/jenkinsci-users/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>>
>>>>
>>>> -- 
>>>> 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
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-users/ee62f76e-23fb-4585-80c3-df444a84bf1bn%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> -- 
> 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
>>>> <https://plugins.jenkins.io/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
>>>>> <https://plugins.jenkins.io/ftppublisher/> 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
>>>> <https://groups.google.com/d/msgid/jenkinsci-users/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>
>>>
>>> --
>>> 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
> <https://groups.google.com/d/msgid/jenkinsci-users/ee62f76e-23fb-4585-80c3-df444a84bf1bn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
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 
>>> <https://plugins.jenkins.io/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 
>>>> <https://plugins.jenkins.io/ftppublisher/> 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
>>>  
>>> <https://groups.google.com/d/msgid/jenkinsci-users/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>
>>
>> -- 
>> 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 
>> <https://plugins.jenkins.io/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 
>>> <https://plugins.jenkins.io/ftppublisher/> 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
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-users/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> -- 
> 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
> <https://plugins.jenkins.io/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
>> <https://plugins.jenkins.io/ftppublisher/> 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
> <https://groups.google.com/d/msgid/jenkinsci-users/66f8a274-5c18-45d6-bc6a-71563571750en%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
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 
<https://plugins.jenkins.io/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 
> <https://plugins.jenkins.io/ftppublisher/> 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 
<https://plugins.jenkins.io/ftppublisher/> 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.


Force SFTP on Exec command in "Send build artifacts over SSH"

2014-09-19 Thread Jakob Reiter
Hi List,

I'm trying to set up a Job to deploy an website to a hosted server where I 
only have SFTP access.
Uploading the directories and files using "Send build artifacts over SSH" 
already works.
After the upload I would like to create some symlinks in this newly 
uploaded directory.
I added the symlink commands to "Exec command". It seems that jenkins tries 
to run these commands over SSH instead of SFTP and thus they are failing, 
as the server does not accept ssh connections from my account.

Is there a way to force SFTP on the commands in "Exec command"?
If I manually login via sftp and run the commands it's working.

Jenkins: 1.580 
Publish Over SSH Plugin: 1.11

Console output:
...
SSH: put [xmlrpc.php]
SSH: OK
SSH: Opening exec channel ...
SSH: EXEC: channel open
SSH: EXEC: STDOUT/STDERR from command [cd website_staging-7/sites/default
] ...
SSH: EXEC: connected
This service allows sftp connections only.
SSH: EXEC: completed after 200 ms

Thanks,
Jakob

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: sftp

2013-07-23 Thread JonathanRRogers
On Tuesday, July 23, 2013 3:20:20 AM UTC-4, Welsh, Neil wrote:
>
>  Hi All,
>  
> from my understanding publish sftp on Jenkins will only send files to a 
> remote server?  I am after the opposite.  we have a file on a server which 
> I want to be able to pull onto the Jenkins server but im not sure if it is 
> possible using Jenkins or not?  has anyone done this before?  or will I 
> need to create a script?
>  
> a bit of background our Jenkins instance is running on a windows 2008 
> server and the box I wont to get a file from is Solaris.  
>  
> my thoughts to get this onto the box would be to have a cigwin script 
> which sftps to the Solaris box and pulls it to a dir where Jenkins can use 
> it?
>

You should indeed be able to use an scp or sftp command within a script 
within a Jenkins job. 

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




sftp

2013-07-23 Thread Welsh, Neil
Hi All,

from my understanding publish sftp on Jenkins will only send files to a remote 
server?  I am after the opposite.  we have a file on a server which I want to 
be able to pull onto the Jenkins server but im not sure if it is possible using 
Jenkins or not?  has anyone done this before?  or will I need to create a 
script?

a bit of background our Jenkins instance is running on a windows 2008 server 
and the box I wont to get a file from is Solaris.

my thoughts to get this onto the box would be to have a cigwin script which 
sftps to the Solaris box and pulls it to a dir where Jenkins can use it?

Cheers,
Neil

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Master - Slave | Does not want master to sftp slave.jar

2012-12-21 Thread domi
How is the connection to the slave established?
SSH? You should probably switch to a JNLP Slave.
/Domi

On 20.12.2012, at 16:43, ilikeflex  wrote:

> Just to add: I have script on slave which will all the stuff i want. So i am 
> calling the script on slave but i do not want master to copy slave.jar on 
> slave.
> 
> On Thursday, December 20, 2012 10:11:01 AM UTC-5, ilikeflex wrote:
> Hi
> 
> I want to configure remote slave. I cannot do sftp to the slave. I have the 
> slave.jar at /opt/webapp/jenkins-slave on slave box.
> 
> Now when i launch slave from my remote(master) it always try to copy 
> slave.jar on slave.
> 
> I want Jenkins to stop copying slave.jar as i have manually put this file.
> 
> 12/20/12 09:59:04] [SSH] Checking java version of 
> /opt/webapp/jdk1.6.0_35//bin/java
> [12/20/12 09:59:04] [SSH] /opt/webapp/jdk1.6.0_35//bin/java -version returned 
> 1.6.0_35.
> [12/20/12 09:59:04] [SSH] Starting sftp client.
> hudson.util.IOException2: Could not copy slave.jar to slave
>   at 
> hudson.plugins.sshslaves.SSHLauncher.copySlaveJar(SSHLauncher.java:530)
>   at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:291)
>   at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:200)
>   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>   at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>   at java.lang.Thread.run(Thread.java:662)
> Caused by: java.io.IOException: Remote file system root /tmp/launch-slave.sh 
> is a file not a directory or a symlink.
>   at 
> hudson.plugins.sshslaves.SSHLauncher.copySlaveJar(SSHLauncher.java:507
> 
> 
> Any pointers are highly appreciated.
> 
> Thanks
> Raj



Re: Master - Slave | Does not want master to sftp slave.jar

2012-12-20 Thread ilikeflex
Just to add: I have script on slave which will all the stuff i want. So i 
am calling the script on slave but i do not want master to copy slave.jar 
on slave.

On Thursday, December 20, 2012 10:11:01 AM UTC-5, ilikeflex wrote:
>
> Hi
>
> I want to configure remote slave. I cannot do sftp to the slave. I have 
> the slave.jar at /opt/webapp/jenkins-slave on slave box.
>
> Now when i launch slave from my remote(master) it always try to copy 
> slave.jar on slave.
>
> I want Jenkins to stop copying slave.jar as i have manually put this file.
>
> 12/20/12 09:59:04] [SSH] Checking java version of 
> /opt/webapp/jdk1.6.0_35//bin/java
> [12/20/12 09:59:04] [SSH] /opt/webapp/jdk1.6.0_35//bin/java -version returned 
> 1.6.0_35.
> [12/20/12 09:59:04] [SSH] Starting sftp client.
>
> hudson.util.IOException2: Could not copy slave.jar to slave
>   at 
> hudson.plugins.sshslaves.SSHLauncher.copySlaveJar(SSHLauncher.java:530)
>   at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:291)
>   at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:200)
>   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>   at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>   at java.lang.Thread.run(Thread.java:662)
> Caused by: java.io.IOException: Remote file system root /tmp/launch-slave.sh 
> is a file not a directory or a symlink.
>   at 
> hudson.plugins.sshslaves.SSHLauncher.copySlaveJar(SSHLauncher.java:507
>
>
>
> Any pointers are highly appreciated.
>
> Thanks
> Raj
>


Master - Slave | Does not want master to sftp slave.jar

2012-12-20 Thread ilikeflex
Hi

I want to configure remote slave. I cannot do sftp to the slave. I have the 
slave.jar at /opt/webapp/jenkins-slave on slave box.

Now when i launch slave from my remote(master) it always try to copy 
slave.jar on slave.

I want Jenkins to stop copying slave.jar as i have manually put this file.

12/20/12 09:59:04] [SSH] Checking java version of 
/opt/webapp/jdk1.6.0_35//bin/java
[12/20/12 09:59:04] [SSH] /opt/webapp/jdk1.6.0_35//bin/java -version returned 
1.6.0_35.
[12/20/12 09:59:04] [SSH] Starting sftp client.

hudson.util.IOException2: Could not copy slave.jar to slave
at 
hudson.plugins.sshslaves.SSHLauncher.copySlaveJar(SSHLauncher.java:530)
at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:291)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:200)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: Remote file system root /tmp/launch-slave.sh is 
a file not a directory or a symlink.
at 
hudson.plugins.sshslaves.SSHLauncher.copySlaveJar(SSHLauncher.java:507



Any pointers are highly appreciated.

Thanks
Raj