The Jenkins CLI can pass in parameters to a parameterized build. It uses the "-p" option for this. The arguments are parsed using args4j. The version of args4j that has been incorporated has a bug in the MapOptionHandler code where it will not accept a parameter value that has an equals sign ("=") in it; instead it will take everything up to the equals sign. The problem appears to be fixed in newer args4j code.
[JENKINS-21160] Jenkins CLI cannot handle arguments with equals signs ("=")
Component/s | New: remoting [ 15489 ] |
Environment | New: stable-1.565.3 |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 153022 ] | New: JNJira + In-Review [ 194438 ] |