Skip to content
Failed

Console Output

Branch indexing
 > git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://github.com/eclipse/che-che4z-explorer-for-zos.git
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-zos.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --tags --force --progress origin +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/30-connection-commands-tests
Seen branch in repository origin/30-dataset-data-provider-tests
Seen branch in repository origin/cicd-setup
Seen branch in repository origin/development
Seen 4 remote branches
Obtained Jenkinsfile from 55d32a793ef443ccba43fd03fd80e360d4968dc2
Running in Durability level: PERFORMANCE_OPTIMIZED
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 6: Unknown stage section "checkout". Starting with version 0.5, steps in a stage must be in a ‘steps’ block. @ line 6, column 9.
           stage('Checkout') {
           ^

WorkflowScript: 11: Unknown stage section "sh". Starting with version 0.5, steps in a stage must be in a ‘steps’ block. @ line 11, column 9.
           stage('Install') {
           ^

WorkflowScript: 15: Unknown stage section "sh". Starting with version 0.5, steps in a stage must be in a ‘steps’ block. @ line 15, column 9.
           stage('Compile') {
           ^

WorkflowScript: 19: Unknown stage section "sh". Starting with version 0.5, steps in a stage must be in a ‘steps’ block. @ line 19, column 9.
           stage('Package') {
           ^

WorkflowScript: 19: Unknown stage section "archiveArtifacts". Starting with version 0.5, steps in a stage must be in a ‘steps’ block. @ line 19, column 9.
           stage('Package') {
           ^

WorkflowScript: 6: Expected one of "steps", "stages", or "parallel" for stage "Checkout" @ line 6, column 9.
           stage('Checkout') {
           ^

WorkflowScript: 11: Expected one of "steps", "stages", or "parallel" for stage "Install" @ line 11, column 9.
           stage('Install') {
           ^

WorkflowScript: 15: Expected one of "steps", "stages", or "parallel" for stage "Compile" @ line 15, column 9.
           stage('Compile') {
           ^

WorkflowScript: 19: Expected one of "steps", "stages", or "parallel" for stage "Package" @ line 19, column 9.
           stage('Package') {
           ^

9 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:320)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Finished: FAILURE