Laur's blog
  • Home
  • About
  • Support my work
Sign in Subscribe

groovy

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 CodeIris plugin in Android Studio
android

Fix CodeIris plugin in Android Studio

TL;DR: For the combination of AS 1.2beta and CodeIris 1.13 beta, go to your .AndroidStudioPreview12/config/plugins/CodeIris-Idea/lib and remove your groovy-all jar file. I wanted to get an UML representation of my classes and one plugin I found was CodeIris. Unfortunately, when I tired to
Apr 16, 2015 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost