(Only single quotes tested) Specifically, the command `adduser jenkins --gecos 'Mr Jenkins' --disabled-password` doesn't work, it's as if the last parameter isn't there. The command `adduser jenkins --gecos MrJenkins --disabled-password` works.
(Only single quotes tested)
Specifically, the command
adduser jenkins --gecos 'Mr Jenkins' --disabled-passworddoesn't work, it's as if the last parameter isn't there.The command
adduser jenkins --gecos MrJenkins --disabled-passwordworks.