jenkinsci / publish-over-ssh-plugin

https://plugins.jenkins.io/publish-over-ssh/
117 stars 150 forks source link

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

Open Pe-te opened 1 year ago

Pe-te commented 1 year ago

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