Using the command line (jenkins-cli.jar) does not work as expected if the value of a key-value-pair contains an = sign:
java -jar jenkins-cli.jar -s SERVER -p key1=value1 -p key2=value2=format
Even escaping the second = sign does not work as expected.
This behaviour is blocking me and my team at the moment.
Please let me know if you need more information or if I can provide help somehow.
Any updates on this issue?