Skip to content

Console Output

Started by user Philippe Dul
Running as Philippe Dul
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes diffmerge/capella-agent-pod-um2-d8swm-wwjfq
[Normal][diffmerge/capella-agent-pod-um2-d8swm-wwjfq][Scheduled] Successfully assigned diffmerge/capella-agent-pod-um2-d8swm-wwjfq to okdnode-10
[Normal][diffmerge/capella-agent-pod-um2-d8swm-wwjfq][AddedInterface] Add eth0 [10.40.27.188/23]
[Normal][diffmerge/capella-agent-pod-um2-d8swm-wwjfq][Pulled] Container image "node:12.16.1" already present on machine
[Normal][diffmerge/capella-agent-pod-um2-d8swm-wwjfq][Created] Created container node
[Normal][diffmerge/capella-agent-pod-um2-d8swm-wwjfq][Started] Started container node
[Normal][diffmerge/capella-agent-pod-um2-d8swm-wwjfq][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][diffmerge/capella-agent-pod-um2-d8swm-wwjfq][Created] Created container jnlp
[Normal][diffmerge/capella-agent-pod-um2-d8swm-wwjfq][Started] Started container jnlp
Aborted by Philippe Dul
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[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$828/0x00000000d0007300.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
Finished: ABORTED