Skip to content

Console Output

Started by user Florian.Fendt@bosch-si.com
Checking out git https://github.com/eclipse/ditto-clients.git into /home/hudson/genie.ditto/.jenkins/jobs/ditto-client-javascript-release/workspace@script to read javascript/Jenkinsfile
using credential 09aacbfc-2408-458e-94b2-2e3fab105b85
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto-clients.git
 > /usr/local/bin/git init /home/hudson/genie.ditto/.jenkins/jobs/ditto-client-javascript-release/workspace@script # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto-clients.git
 > /usr/local/bin/git --version # timeout=10
using GIT_SSH to set credentials ssh://github.com
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/ditto-clients.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/ditto-clients.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/ditto-clients.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto-clients.git
using GIT_SSH to set credentials ssh://github.com
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/ditto-clients.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision d95571dd1bc025a77b8285d7b8651db5a9d9e70d (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f d95571dd1bc025a77b8285d7b8651db5a9d9e70d
Commit message: "Merge pull request #16 from bsinno/bugfix/build-release"
First time build. Skipping changelog.
Running in Durability level: MAX_SURVIVABILITY
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 13: unexpected char: '#' @ line 13, column 1.
   #!groovy
   ^

1 error

	at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:310)
	at org.codehaus.groovy.control.ErrorCollector.addFatalError(ErrorCollector.java:150)
	at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:120)
	at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:132)
	at org.codehaus.groovy.control.SourceUnit.addError(SourceUnit.java:350)
	at org.codehaus.groovy.antlr.AntlrParserPlugin.transformCSTIntoAST(AntlrParserPlugin.java:139)
	at org.codehaus.groovy.antlr.AntlrParserPlugin.parseCST(AntlrParserPlugin.java:110)
	at org.codehaus.groovy.control.SourceUnit.parse(SourceUnit.java:234)
	at org.codehaus.groovy.control.CompilationUnit$1.call(CompilationUnit.java:168)
	at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:943)
	at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:605)
	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