Run Restricted Groovy API in Jenkins
The more recent versions of Jenkins have improved on security. Unfortunately, a side-effect is that scripts which were running before would fail now. An example is: ... which would list the projects defined in Jenkins. Fortunately, you can have access to theis API via the In-process Script Approval…