jenkins-docs/simple-java-maven-app

Expected a step @ line 11, column 17

remo87 opened this issue · 1 comments

I was running the build with the pipeline provided in the guide and I got the following error

`Obtained Jenkinsfile from git /home/Documents/Code/jenkins/simple-java-maven-app

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:

WorkflowScript: 11: Expected a step @ line 11, column 17.

               sh 'mvn -B -DskipTests clean package'g`