Skip to content
Failed

Console Output

Started by user Maxim Nesen
Running as Maxim Nesen
04:25:37 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained etc/jenkins/Jenkinsfile_ci_build from f11fc8e4a457dc6eab076f723d170ece1ca88441
Running in Durability level: PERFORMANCE_OPTIMIZED
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 11: Step does not take a single required parameter - use named parameters instead @ line 11, column 29.
                               jdk 'oracle-jdk8-latest'
                               ^

WorkflowScript: 12: Step does not take a single required parameter - use named parameters instead @ line 12, column 29.
                               maven 'apache-maven-latest'
                               ^

WorkflowScript: 22: Step does not take a single required parameter - use named parameters instead @ line 22, column 29.
                               jdk 'oracle-jdk8-latest'
                               ^

WorkflowScript: 23: Step does not take a single required parameter - use named parameters instead @ line 23, column 29.
                               maven 'apache-maven-latest'
                               ^

WorkflowScript: 33: Step does not take a single required parameter - use named parameters instead @ line 33, column 29.
                               jdk 'oracle-jdk8-latest'
                               ^

WorkflowScript: 34: Step does not take a single required parameter - use named parameters instead @ line 34, column 29.
                               maven 'apache-maven-latest'
                               ^

6 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:571)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:523)
	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:429)

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

Finished: FAILURE