-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
When invoking a job with extended choice parameters via jenkinsapi in Python, the extended choice parameters are not captured by Jenkins but the normal parameters are.
I will attach a traffic capture when I get to a computer.
I'm afraid I can't do this due to security reasons. If more information is required I'll be happy to provide it.
Jenkins: 1.545
Extended Choice Parameter: 0.30
[JENKINS-23726] Extended choice parameters not captured with python jenkinsapi invocation
Description | Original: When invoking a job with extended choice parameters via jenkinsapi in Python, the extended choice parameters are not captured by Jenkins but the normal parameters are. |
New:
When invoking a job with extended choice parameters via jenkinsapi in Python, the extended choice parameters are not captured by Jenkins but the normal parameters are. I will attach a traffic capture when I get to a computer. |
Description |
Original:
When invoking a job with extended choice parameters via jenkinsapi in Python, the extended choice parameters are not captured by Jenkins but the normal parameters are. I will attach a traffic capture when I get to a computer. |
New:
When invoking a job with extended choice parameters via jenkinsapi in Python, the extended choice parameters are not captured by Jenkins but the normal parameters are. I will attach a traffic capture when I get to a computer. Jenkins: 1.545 Extended Choice Parameter: 0.30 |
Description |
Original:
When invoking a job with extended choice parameters via jenkinsapi in Python, the extended choice parameters are not captured by Jenkins but the normal parameters are. I will attach a traffic capture when I get to a computer. Jenkins: 1.545 Extended Choice Parameter: 0.30 |
New:
When invoking a job with extended choice parameters via jenkinsapi in Python, the extended choice parameters are not captured by Jenkins but the normal parameters are. -I will attach a traffic capture when I get to a computer.- I'm afraid I can't do this due to security reasons. If more information is required I'll be happy to provide it. Jenkins: 1.545 Extended Choice Parameter: 0.30 |
Workflow | Original: JNJira [ 156514 ] | New: JNJira + In-Review [ 179303 ] |
I ran with wireshark and it looks like it's just sending normal application/x-www-form-urlencoded.
The browser generates multipart/form-data and includes json as well.
I'm not familiar with Jenkins internals so please bear with me.