Guest User

Untitled

a guest
Mar 23rd, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. withCredentials([file(credentialsId: 'PRIVATE_KEY', variable: 'my-private-key'),
  2. file(credentialsId: 'PUBLIC_KEY', variable: 'my-public-key')]) {
  3. //how to copy, where are those files to copy from?
  4. }
Add Comment
Please, Sign In to add comment