jenkinsci / jenkinsci/java-client-api
How to build job with file parameter?
Open
- Dominant language
- Java
- Stars
- 913
- Forks
- 466
- PR merge metrics
- No merged PRs in 30d
Description
```
public QueueReference build(Map params) throws IOException {
...
```
Seems only support `String` parameter.
Contributor guide
Research direction
Start at the build(Map) entry point shown in the issue and inspect how job parameters are represented and sent. Determine the Jenkins job-build API's expected file-parameter input, then verify that a job can be built with a file parameter alongside string parameters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100