Skip to content

Console Output

Branch indexing
08:24:58 Connecting to https://api.github.com using eclipse-capella-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from f3d25dade893873a815927de92a56ab70dd8eb3c
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library capella-pipeline-library@v1.4.x
Attempting to resolve v1.4.x from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
 > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10
Found match: refs/heads/v1.4.x revision 4f702bcc6095882fab6b4c1391703e0933c42915
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # 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 without tags
Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 4f702bcc6095882fab6b4c1391703e0933c42915 (v1.4.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f702bcc6095882fab6b4c1391703e0933c42915 # timeout=10
Commit message: "Merge pull request #21 from eclipse/masters2"
 > git rev-list --no-walk 4f702bcc6095882fab6b4c1391703e0933c42915 # timeout=10

GitHub has been notified of this commit’s build result

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: -1: Environment variable values must either be single quoted, double quoted, or function calls. @ line -1, column -1.
1 error

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