Re: Jenkins Publish Over SSH for Jenkins Pipeline

2016-08-12 Thread Baptiste Mathus
Yes. Plugins have generally to be explicitly modified to support pipeline. In that case, as this is quite simple to do with /raw/ calls, I suppose this may be the reason nobody IIRC bothered adding a step for that in publish over ssh plugin or another one. Cheers Le 12 août 2016 7:41 AM, "ctime8

Re: Jenkins Publish Over SSH for Jenkins Pipeline

2016-08-11 Thread ctime800
It works. Now, does this mean the Publish Over SSH needs to support Jenkins pipeline for this to work? Thanks. On Thursday, August 11, 2016 at 1:37:52 PM UTC-7, Baptiste Mathus wrote: > > You can simply use a plain ssh or scp call through an sh step, wrapped in > an sshagent step. > > Cheers

Re: Jenkins Publish Over SSH for Jenkins Pipeline

2016-08-11 Thread Baptiste Mathus
You can simply use a plain ssh or scp call through an sh step, wrapped in an sshagent step. Cheers Le 11 août 2016 8:31 AM, "ctime800" a écrit : > I need to use the Jenkins Publish over ssh plugin in the Jenkins > pipeline. What would be the syntax for this? I tried to use the script > genera

Jenkins Publish Over SSH for Jenkins Pipeline

2016-08-10 Thread ctime800
I need to use the Jenkins Publish over ssh plugin in the Jenkins pipeline. What would be the syntax for this? I tried to use the script generator but this one is not in the list. Please advise. Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Us