-
Bug
-
Resolution: Won't Fix
-
Minor
-
Jenkins 1.625.3
workflow-plugin 1.13
XmlSlurper.parseText() is not allowed for script approval, it is denied immediately in JenkinsFile SandBox:
Scripts not permitted to use method groovy.util.XmlSlurper parseText java.lang.String
- is related to
-
JENKINS-35140 JsonSlurper does not work after updating to Jenkins 2.x
-
- Resolved
-
-
JENKINS-32766 groovy.xml.MarkupBuilder fails in Pipeline with NoSuchMethodError
-
- Reopened
-
-
JENKINS-33049 Groovy left-shift operator not whitelisted
-
- Resolved
-
- links to
I use XmlSlurper.parseText() to read some information from pom.xml file, but in the sandbox I do not even have the option to approve it or not.