On Thursday, July 23, 2015 at 1:10:37 PM UTC-4, karthik m wrote: > > We are using a workflow in Jenkins > > and we need to run a script with particular user previlages, so we should > make a ssh connection to server and then run that script >
Try using the new release of the SSH Agent plugin, which includes a block-scoped workflow step to load SSH private key credentials. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/a264bebf-87cc-43f5-9872-20c38cb75b9e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
