Hi,
I'm trying to use the SSH plugin to execute a command.
But when the command is running, the environnent variables (PATH) are by default and i want to set different to execute specific commands.
I tried to use "session.addEnvironment" but no effect.
Tried to use "export PATH=$PATH:paths....." in the "executeCommand" but no effect.
Is there a way to configure specific variable environnement ?
Best regards