I've been using Jenkins for years in a LEMP stack environment. Once I upgraded it to 2.164.3 with all the plugins installed, most of the non-heavy commands are running just fine, however, commands like npm install and npm run build are throwing the following error:
chunk {11} 11.e29c3bf0e5c6dc0d1345.js () 67 kB [rendered]chunk {12} 12.feab1e5f3e9fe4c5151d.js () 67.4 kB [rendered]chunk {13} 13.b50c5fcbf01d8b109ca8.js () 8.25 kB [rendered]chunk {14} 14.7fd9fd5c4ed7b4abee56.js () 5.84 kB [rendered]wrapper script does not seem to be touching the log file in /var/lib/jenkins/workspace/XXXXXXX/XXXXXXXStagingDashboard@tmp/durable-d0e65b91(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)[Pipeline] }$ ssh-agent -kunset SSH_AUTH_SOCK;
These are screenshots of the error logs I can see in Jenkins Log and Durable Plugin logs.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
This is the job logs showing the error while executing npm run build prod.
Image may be NSFW.
Clik here to view.
This is the groovy script triggering the job:
Image may be NSFW.
Clik here to view.
I tried to add the edit HEARTBEAT interval using the below but it only ended up waiting more time to get the same error at the end:Image may be NSFW.
Clik here to view.
What do you guys advise?!