Skip to content
Failed

Console Output

Branch indexing
21:37:09 Connecting to https://api.github.com using eclipse-kitalpha-bot/****** (GitHub bot (username/token))
ERROR: Could not do lightweight checkout, falling back to heavyweight
java.io.FileNotFoundException: Jenkinsfile
	at org.jenkinsci.plugins.github_branch_source.GitHubSCMFile.content(GitHubSCMFile.java:187)
	at jenkins.scm.api.SCMFile.contentAsString(SCMFile.java:335)
	at org.jenkinsci.plugins.workflow.multibranch.SCMBinder.create(SCMBinder.java:107)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:309)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Checking out git https://github.com/eclipse/kitalpha.git into /var/jenkins/workspace/Kitalpha_v1.4.1__acceleo_v3.7.8@script to read Jenkinsfile
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/kitalpha.git
 > git init /var/jenkins/workspace/Kitalpha_v1.4.1__acceleo_v3.7.8@script # timeout=10
Fetching upstream changes from https://github.com/eclipse/kitalpha.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/kitalpha.git +refs/heads/v1.4.1__acceleo_v3.7.8:refs/remotes/origin/v1.4.1__acceleo_v3.7.8 # timeout=10
 > git config remote.origin.url https://github.com/eclipse/kitalpha.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/v1.4.1__acceleo_v3.7.8:refs/remotes/origin/v1.4.1__acceleo_v3.7.8 # timeout=10
Avoid second fetch
Checking out Revision fa6e43a925361c5225087942747ae4c9e448b36c (v1.4.1__acceleo_v3.7.8)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fa6e43a925361c5225087942747ae4c9e448b36c # timeout=10
Commit message: "[releng] Update TP to use Acceleo 3.7.8"
 > git rev-list --no-walk fa6e43a925361c5225087942747ae4c9e448b36c # timeout=10
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘migration-6gb[Pipeline] // node
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Error when executing always post condition:
org.jenkinsci.plugins.workflow.steps.MissingContextVariableException: Required context class hudson.FilePath is missing
Perhaps you forgot to surround the code with a step that provides this, such as: node
	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:88)
	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:69)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$$Lambda$700/0x00000000c405aed0.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:836)

[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: Queue task was cancelled
Finished: FAILURE