| It seems that I get this exception which is NOT logged inside the script approver which means there is not way to approve it.
org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use method hudson.plugins.git.GitSCM getBranches
This happened with this pipeline https://github.com/pycontribs/powertape/blob/master/Jenkinsfile Now, the interesting thing is that if you configure a this project in jenkins using the pipeline type of of job and setting the source as SCM, it will work. So this problem is specific to this way of configuring the jobs. |