-
Bug
-
Resolution: Fixed
-
Minor
If the user wants to add a unix command like "export SOMETHING=something" to "Prefix Start Slave Command" or "Suffix Start Slave Command" in a slave configuration,
the next slave launch will most likely fail, because "&&" is not automatically appended/prepended to the entered command(s).
Instead of letting the user find out the hard way, Jenkins should append/prepend "&&" if necessary.