Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
jenkins: v2.190.2
durable-task: v1.33
Description
As mentioned in this bug I wrote some days ago:
https://issues.jenkins-ci.org/browse/JENKINS-59838
I have updated Durable Task Plugin to v1.33 but I am still facing the same issue.
I have captured the logs on "System Log"
The output I get from that log does mean to much to me:
Here the error appeared on the job console:
And the "system log" changed to:
This is being a great headache because I always get that error.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Carroll Chiou [ carroll ] |
Summary | process apparently never started in /var/lib/jenkins/workspace/local-cloud-regression-test@tmp/durable-fa896164 | durabletask v1.33 - process apparently never started in /var/lib/jenkins/workspace/local-cloud-regression-test@tmp/durable-fa896164 |
Resolution | Incomplete [ 4 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Assignee | Carroll Chiou [ carroll ] |
Thanks for including the logs. In the future it would be better to include the actual logs next time and not screenshots. It makes it easier to actually read as well as guarantees that nothing has been left out.
So, looking at
JENKINS-59838, the problem might very well be that you are executing an extremely long shell step that is not giving any output because it is over `ssh`. That is most likely tricking the shell wrapper into thinking that the shell step is not running?If this is indeed the problem, I can think of two solutions: