Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be able to detect SSH_AUTH_SOCK and get connection by ssh agent. #7

Open
martivo opened this issue Nov 26, 2020 · 0 comments
Open

Be able to detect SSH_AUTH_SOCK and get connection by ssh agent. #7

martivo opened this issue Nov 26, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request low-priority

Comments

@martivo
Copy link
Collaborator

martivo commented Nov 26, 2020

CI/CD systems often instead of exposing env variable for private key or adding it to default location. They use ssh agent. Add possibility to support it.

For example in jenkins pipeline these ssh and git command work fine,but this tool does not.

sshagent(credentials: ['git-credentials']) {
  sh("git clone ...")
}
@martivo martivo added enhancement New feature or request low-priority labels Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low-priority
Projects
None yet
Development

No branches or pull requests

2 participants