jenkins workflow - How to use SSH-credentials? -
i try convert "standard" build workflow build. in the original build use ssh-agent plugin access ssh-keys need deploying artifacts in builds shell-script. how can in workflow? possible?
pending jenkins-28689 tricky. save private key secret text credentials item (pending jenkins-28399), use withcredentials
step (credentials binding plugin) variable file location of copy of private key, , authenticate that.
Comments
Post a Comment