Skip to content
Aborted

Console Output

Branch indexing
04:07:09 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 6a3dde6aaab3e6d7ab9690f21b6825524fd0bc47
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.20.1'
 > 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 --resolve-git-dir /var/jenkins/workspace/pella-addon-cybersecurity_v1.4.x@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 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 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