jenkinsci / jenkinsci/ssh-credentials-plugin
[JENKINS-32154] Allow prompting for passphrase before starting build
- Dominant language
- Java
- Stars
- 25
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful to be able to prompt for a passphrase before starting a build. Storing the passphrase in credentials.xml is not really acceptable for us.
It's possible to emulate this using a build parameter and some shell, but it's not pretty.
---
Originally reported by
grahamrhay, imported from: Allow prompting for passphrase before starting build
Raw content of original issue
It would be useful to be able to prompt for a passphrase before starting a build. Storing the passphrase in credentials.xml is not really acceptable for us.
It's possible to emulate this using a build parameter and some shell, but it's not pretty.
Contributor guide
Assessment
This issue has not been assessed yet.