Skip to content

Console Output

Started by user Alexander Dudaev
Rebuilds build #65
Checking out git git://git.eclipse.org/gitroot/rcptt/org.eclipse.rcptt.git into /var/jenkins_home/workspace/tmp1@script to read releng/Jenkinsfile
No credentials specified
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url git://git.eclipse.org/gitroot/rcptt/org.eclipse.rcptt.git # timeout=10
Cleaning workspace
 > /usr/bin/git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > /usr/bin/git reset --hard # timeout=10
 > /usr/bin/git clean -fdx # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/rcptt/org.eclipse.rcptt.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --no-tags --progress git://git.eclipse.org/gitroot/rcptt/org.eclipse.rcptt.git refs/changes/75/146475/77:refs/changes/75/146475/77 --depth=1
 > /usr/bin/git rev-parse refs/changes/75/146475/77^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/refs/changes/75/146475/77^{commit} # timeout=10
Checking out Revision bb9a195422d786faf2026b7340e1a158bd88ff36 (refs/changes/75/146475/77)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f bb9a195422d786faf2026b7340e1a158bd88ff36
Commit message: "Add Jenkinsfile for release"
First time build. Skipping changelog.
Running in Durability level: PERFORMANCE_OPTIMIZED
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 52: Method calls on objects not allowed outside "script" blocks. @ line 52, column 13.
               groovy.release()
               ^

WorkflowScript: 52: Missing required parameter: "message" @ line 52, column 13.
               groovy.release()
               ^

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:133)
	at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:126)
	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