Hi, 

  I started using workflow plugin for Jenkins 
(https://github.com/jenkinsci/workflow-plugin). I really like it, specially 
for complex jobs and pipelining the CD workflow. 

We want to use some sort of mechanism to pass ssh credentials to 'sh' step 
of 'workflow' to slaves the way we normally do using ssh-agent plugin 
(https://wiki.jenkins-ci.org/display/JENKINS/SSH+Agent+Plugin). 

We typically use Swarm slaves to attach to master. ssh keys are only 
present in Jenkins master, they are passed on to slaves dynamically. This 
really helps restricting the ssh keys to master only. 

workflow plugin does support credentials for gitSCM or general SCM class. 
We want same feature for other steps specially 'sh'.

 Is there any workaround or any other means to accomplish same thing?

-- 
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/6225a893-6c88-4488-88ec-2a2338790ae9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to