Kengo Seki created BIGTOP-3465:
----------------------------------

             Summary: Fix website publishing Jenkins pipeline
                 Key: BIGTOP-3465
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3465
             Project: Bigtop
          Issue Type: Bug
          Components: ci, website
            Reporter: Kengo Seki
            Assignee: Kengo Seki


I found that publishing Bigtop website has been failing since Dec 5th with the 
following error.

{code:title=https://ci-builds.apache.org/job/BigTop/job/pipeline-site/59/console}
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 32: Tool type "maven" does not have an install of "Maven 3 
(latest)" configured - did you mean "maven_3_latest"? @ line 32, column 15.
           maven 'Maven 3 (latest)'
                 ^

WorkflowScript: 33: Tool type "jdk" does not have an install of "JDK 11 
(latest)" configured - did you mean "jdk_11_latest"? @ line 33, column 13.
           jdk 'JDK 11 (latest)'
               ^

2 errors

        at 
org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:310)
        at 
org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1085)
        at 
org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:603)
        at 
org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:581)
        at 
org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:558)
        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.doParse(CpsGroovyShell.java:142)
        at 
org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:127)
        at 
org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:561)
        at 
org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:522)
        at 
org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:337)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:428)
Finished: FAILURE
{code}

According to the INFRA wiki, their name has been changed on 18th Oct. 
https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix

{quote}
As of 18th october 2020 (and as discussed on the [email protected] mailing list), tool 
location descriptions, as ued in drop down menus and in DSL/Jenkinsfile configs 
have changed.
Spaces have been replaced with underscores, braces removed; and uppercase have 
all moved to lowercase.
{quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to