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

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -