Qube cmdline jobs can use both "&&" and ";" separators. The exact results depend on the operating system. For example, setting the command in a cmdline job to
set && ls
will list the environment and then list the directories in the stdout for a Linux or OSX Worker.
Can you provide an example command that is failing?