jenkinsci/publish-over-ssh-plugin

Is it possible to use different user credentials in the same job and enter password each time the job is started.

Pe-te opened this issue · 0 comments

Pe-te commented

What feature do you want to see added?

I want different users to deploy some software version on a server.
Each user has it's own account on that server.

With a parametrized build I can theoretically get two variables for the username and the password.

But how can I inject those credentials in the step "Send files or execute commands over SSH"?

I don't want to use stored credentials in Jenkins because there are many other users on the Jenkins that should not be able to start deployments.

Upstream changes

No response