jenkinsci / jenkinsci/java-client-api
The addStringParam method of Class JobConfiguration is invalid
Open
- Dominant language
- Java
- Stars
- 913
- Forks
- 466
- PR merge metrics
- No merged PRs in 30d
Description
The error occurred on line 46:
`List propertiesNode = doc.selectNodes("//project/properties");`
It won't get any nodes,because of the parameter:
> //project/properties
Shouldn't it be "//properties" ?
Contributor guide
Assessment
This issue has not been assessed yet.