jenkinsci / jenkinsci/script-security-plugin
[JENKINS-33051] Groovy Star-Dot operator not supported in sandbox
Open
component:script-security-plugin
imported-jira-issue
pipeline
priority:major
resolution:unresolved
- Dominant language
- Java
- Stars
- 76
- Forks
- 181
- Avg merge
- 14h 55m
- Merged PRs (30d)
- 3
Description
Groovy star-dot operator "*." is not supported in JenkinsFile, causes the error:
```
unclassified field java.util.ArrayList property
```
---
Originally reported by valones, imported from: Groovy Star-Dot operator not supported in sandbox
jglick
Raw content of original issue
Groovy star-dot operator "*." is not supported in JenkinsFile, causes the error:
unclassified field java.util.ArrayList property
environment
```
Jenkins 1.625.3
workflow-plugin 1.13
```
Contributor guide
Assessment
This issue has not been assessed yet.