Skip to content
Aborted

Console Output

Branch indexing
04:06:59 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 1ea2270749ccb5db375d37aa41ce6c77c77a5e84
Loading library capella-pipeline-library@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10
Found match: refs/heads/master revision ce7f8d6c116e9286326465a18917a27a0590e4d2
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/pella-addon-cybersecurity_master@libs/a1cf802a030a3464458665fe100be90220a40ba8b14f10c4080945192d628f70/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # 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.20.1'
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision ce7f8d6c116e9286326465a18917a27a0590e4d2 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ce7f8d6c116e9286326465a18917a27a0590e4d2 # timeout=10
Commit message: "Update jdk fetch script (#38)"
 > git rev-list --no-walk ce7f8d6c116e9286326465a18917a27a0590e4d2 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘migrationAborted by Philippe DUL
[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:90)
	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:71)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
	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:840)

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

GitHub has been notified of this commit’s build result

Finished: ABORTED