| Daniel Beck I don't think so, Checker line 599 in Checker.preCheckedCast is a comment in the current version of groovy-sandbox. Adrian Wyssmann I think that your scriptApproval entry is invalid syntax. It should start with method or staticMethod, and also I don't think there is a constructor of String that takes (String, String). Did you add the entry manually or anything? Are you sure the code is failing in String svnURL = this.checkMandatoryParam("svnURL", props["projects"]["${application}"]["svnURL"])? We see the log message from checkMandatoryParam ("Check if mandatory parameter 'svnURL' is defined"), so maybe it is one of the next few lines that has the problem. I don't see anything particular in what you posted that looks like Groovy syntax that the sandbox isn't able to handle. |