org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: WorkflowScript: 30: Class definition not expected here. Please define the class at an appropriate place or perhaps try using a block/Closure instead. at line: 30 column: 2. File: WorkflowScript @ line 30, column 2. class BCadTools ^ 1 error
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by Unknown author, 1 year ago
via Stack Overflow by Itai Ganot
, 1 year agovia Jenkins JIRA by Jesse Glick, 1 year ago
via Google Groups by soda, 10 months ago
via Stack Overflow by user1789357
, 2 weeks agovia Stack Overflow by namalfernandolk
, 5 months agoorg.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: WorkflowScript: 30: Class definition not expected here. Please define the class at an appropriate place or perhaps try using a block/Closure instead. at line: 30 column: 2. File: WorkflowScript @ line 30, column 2. class BCadTools ^ 1 error
at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:310)
at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:946)
at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:593)
at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:569)
at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:546)
at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:298)
at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:268)
at groovy.lang.GroovyShell.parseClass(GroovyShell.java:688)
at groovy.lang.GroovyShell.parse(GroovyShell.java:700)
at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:106)
at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:376)
at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:343)
at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:212)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)