-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 1.625.3
workflow-plugin 1.13
Groovy leftShift operator "<<" is not allowed for script approval, it is denied immediately only in JenkinsFile SandBox. The code:
'AB' << 'CDE'
Causes:
Scripts not permitted to use staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods leftShift java.lang.String java.lang.Object
In the job script editor works normally (appears for approval).
- is related to
-
JENKINS-33024 XmlSlurper.parseText() not whitelisted
- Resolved
-
JENKINS-33051 Groovy Star-Dot operator not supported in sandbox
- Open