-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins ver. 2.73.2
Pipeline Maven Integration Plugin 3.0.1
When using job dsl with :
pipelineJob('xxx') {
triggers {
snapshotDependencies()
}
}
I get the following error :
ERROR: Scripts not permitted to use method groovy.lang.GroovyObject invokeMethod java.lang.String java.lang.Object (javaposse.jobdsl.dsl.helpers.triggers.TriggerContext snapshotDependencies java.lang.Boolean)
It is recommended to not allow this call in script-approvals.
Is this something "fixable" ?
Thanks.