-
OneDev
changed state to 'Closed' 3 years ago
Previous Value Current Value Open
Closed
-
State changed as code fixing the issue is committed (7d64552d)
-
Your implementation speed is incredible, thanks for fixing this so quickly!
-
OneDev
changed state to 'Released' 3 years ago
Previous Value Current Value Closed
Released
-
State changed as build #3827 is successful
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee |
Issue Votes (0)
First of all thanks for adding the SCP and SSH commands - they're working like a charm and simplify the pipeline setups! I'd have one small request similar to the one you just resolved in #1416.
I've a use case where my server is using alternate ports for SSH, so the default invocation of
ssh user@hostdoes not work, I would need to addssh -p <port>to the command. Would it be possible to accept custom ports for both commands? With the SCP options field available, I can already add it with-P <port>, but lacking for the SSH command.Thanks for all your work on this amazing software!
Best regards Armin