2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java25,266 stars (25,266 stars)9,474 forks (9,474 forks)batch import
component:coregood first issueimported-jira-issuejira-type:taskpriority:minorresolution:unresolvedux
- Issue type
- documentation
- Research direction
- Locate the help file for the 'Restrict where this project can be run' field in the Jenkins source code, likely in core/src/main/resources/hudson/model/ as an HTML or properties file. Study the Antlr grammar used for label parsing (e.g., in core/src/main/java/hudson/model/Label.java) to understand valid expressions. Add examples such as 'a || b', 'a && !b', '*', 'windows' to illustrate the syntax.