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.
[JENKINS-11690] CLI fails to parse argument containing several = signs
Assignee | New: Kohsuke Kawaguchi [ kohsuke ] |
Component/s | New: core [ 15593 ] | |
Component/s | Original: parameters [ 15594 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 141933 ] | New: JNJira + In-Review [ 189886 ] |
Any updates on this issue?