Started by user Julio Nunes Avelar
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 23: Unknown stage section "lock". Starting with version 0.5, steps in a stage must be in a ‘steps’ block. @ line 23, column 25.
stage('Flash and Test colorlight_i9') {
^
WorkflowScript: 50: Unknown stage section "lock". Starting with version 0.5, steps in a stage must be in a ‘steps’ block. @ line 50, column 25.
stage('Flash and Test digilent_nexys4_ddr') {
^
WorkflowScript: 23: Expected one of "steps", "stages", or "parallel" for stage "Flash and Test colorlight_i9" @ line 23, column 25.
stage('Flash and Test colorlight_i9') {
^
WorkflowScript: 50: Expected one of "steps", "stages", or "parallel" for stage "Flash and Test digilent_nexys4_ddr" @ line 50, column 25.
stage('Flash and Test digilent_nexys4_ddr') {
^
4 errors
at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:309)
at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1107)
at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:624)
at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:602)
at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:579)
at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:323)
at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:293)
at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox$Scope.parse(GroovySandbox.java:163)
at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.doParse(CpsGroovyShell.java:190)
at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:175)
at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:652)
at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:598)
at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:335)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
Finished: FAILURE