-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
Jenkins 2.462.3 and 2.479.1 with Filesystem List Parameter Plug-in
Version 0.0.14
The plugin is not able to receive the parameters when job build is triggered with REST API buildWithParameters.
I tried with syntax:
curl -X POST https://user:token@jenkins_address/job/jobname/buildWithParameters -F parameter=value
And also:
curl -X POST https://user:token@jenkins_address/job/jobname/buildWithParameters?parameter=value
In either case the build starts, but the parameter value is not set.
Could you please check it?
Thanks
- is related to
-
JENKINS-60978 Jenkins CLI does not support filesystem-list-paramter-plugin
-
- Closed
-
[JENKINS-74886] CLI and REST API buildWithParameters fail with file system list parameter plugin
Comment | [ Spam comment generated by ChatGPT with no useful additional information ] |
Labels | Original: plugin |
Environment |
Original:
Jenkins 2.479.1 with Filesystem List Parameter Plug-in
Version 0.0.14 |
New:
Jenkins 2.462.3 and 2.479.1 with Filesystem List Parameter Plug-in
Version 0.0.14 |
I can duplicate the problem with Jenkins 2.479.1 and with Jenkins 2.486 (weekly).