Skip to content
Failed

Console Output

Started by user Peter Roels
Checking out git https://github.com/larson-group/cam.git into /home/jenkins/workspace/cam_clubb_copy_test@script to read jenkins_tests/cam_clubb_code_copy/Jenkinsfile
The recommended git tool is: git
 > git rev-parse --resolve-git-dir /home/jenkins/workspace/cam_clubb_copy_test@script/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/larson-group/cam.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/larson-group/cam.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
 > git fetch --tags --progress https://github.com/larson-group/cam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/clubb_silhs_devel^{commit} # timeout=10
Checking out Revision 0b3b2770913be8da086d26921c724f47b1aa8bce (refs/remotes/origin/clubb_silhs_devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0b3b2770913be8da086d26921c724f47b1aa8bce # timeout=10
Commit message: "Changing syntax to load and run Jenkinsfile."
 > git rev-list --no-walk 43cc25a041750c1f7d4ae7363fb63d121040a97e # timeout=10
Running in Durability level: MAX_SURVIVABILITY
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 6: Expected a step @ line 6, column 9.
           jenkins_tests/cam_clubb_code_copy/cam_clubb_code_copy.bash 
           ^

WorkflowScript: 11: Expected a step @ line 11, column 9.
           def JenkinsTest = load "jenkins_tests/cam_scam_gfortran_test/Jenkinsfile"
           ^

WorkflowScript: 12: Method calls on objects not allowed outside "script" blocks. @ line 12, column 2.
   	JenkinsTest.run()
    ^

WorkflowScript: 12: Missing required parameter: "message" @ line 12, column 2.
   	JenkinsTest.run()
    ^

4 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)
Finished: FAILURE