Laur's blog
Sign in Subscribe

approve

A collection of 2 posts
Run Restricted Groovy API in Jenkins
approve

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: jenkins.model.Jenkins.getInstance().getAllItems().each { // MavenModule is superfluous project returned by getAllItems() if (!(it instanceof hudson.maven.MavenModule || it instanceof hudson.matrix.MatrixConfiguration)
Mar 16, 2018 3 min read
Fix Missing In-process Script Approval in Jenkins
approve

Fix Missing In-process Script Approval in Jenkins

Normally, when you have a script or a method to be approved, you should see the In-process Script Approval entry in your Jenkins' configuration: Unfortunately, the In-process Script Approval entry in Jenkins' configuration is not always shown, even though we have items to be approved. I found that
Mar 16, 2018 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost