Skip to content
Failed

Console Output

14:35:10 [2022-02-21T19:35:10.699Z] Started by user Christian Dietrich
14:35:10 [2022-02-21T19:35:10.699Z] Running as Christian Dietrich
14:35:10 [2022-02-21T19:35:10.755Z] org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
14:35:10 [2022-02-21T19:35:10.755Z] WorkflowScript: 21: The current scope already contains a variable of the name result
14:35:10 [2022-02-21T19:35:10.755Z]  @ line 21, column 7.
14:35:10 [2022-02-21T19:35:10.755Z]      def result = sh (script: "cat av.txt | grep -Po 'api \\\"${id}:\\K[^\"]*'", returnStdout: true).trim()
14:35:10 [2022-02-21T19:35:10.755Z]          ^
14:35:10 [2022-02-21T19:35:10.755Z] 
14:35:10 [2022-02-21T19:35:10.755Z] 1 error
14:35:10 [2022-02-21T19:35:10.755Z] 
14:35:10 [2022-02-21T19:35:10.755Z] 	at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:310)
14:35:10 [2022-02-21T19:35:10.755Z] 	at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:958)
14:35:10 [2022-02-21T19:35:10.755Z] 	at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:605)
14:35:10 [2022-02-21T19:35:10.755Z] 	at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:554)
14:35:10 [2022-02-21T19:35:10.755Z] 	at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:298)
14:35:10 [2022-02-21T19:35:10.755Z] 	at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:268)
14:35:10 [2022-02-21T19:35:10.755Z] 	at groovy.lang.GroovyShell.parseClass(GroovyShell.java:688)
14:35:10 [2022-02-21T19:35:10.755Z] 	at groovy.lang.GroovyShell.parse(GroovyShell.java:700)
14:35:10 [2022-02-21T19:35:10.755Z] 	at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.doParse(CpsGroovyShell.java:142)
14:35:10 [2022-02-21T19:35:10.755Z] 	at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:127)
14:35:10 [2022-02-21T19:35:10.755Z] 	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:571)
14:35:10 [2022-02-21T19:35:10.755Z] 	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:523)
14:35:10 [2022-02-21T19:35:10.755Z] 	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:334)
14:35:10 [2022-02-21T19:35:10.755Z] 	at hudson.model.ResourceController.execute(ResourceController.java:99)
14:35:10 [2022-02-21T19:35:10.755Z] 	at hudson.model.Executor.run(Executor.java:432)
14:35:10 [2022-02-21T19:35:10.764Z] Finished: FAILURE