-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Hello,
I want to be able to use a parameterized build variable to inject the username in my ssh connection.
$APPLICATION_USER = "test"
$APPLICATION_USER @server would become test@server
I already tried this, but failed. So I am guessing this feature is not yet implemented.
There could be security problems, in production enviroment if you add a very risky server to manipulate and someone creating builds throws unsafe commands to the ssh server
Thank you in advance.