Started by user bryant
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/jenkins_home/workspace/p1
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Hello1)
[Pipeline] sh
+ echo hello1
hello1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (sleep)
[Pipeline] retry
[Pipeline] {
[Pipeline] sh
+ sleep 20
Resuming build at Fri Nov 24 06:10:29 UTC 2023 after Jenkins restart
Ready to run at Fri Nov 24 06:10:29 UTC 2023
wrapper script does not seem to be touching the log file in /var/jenkins_home/workspace/p1@tmp/durable-3193e77a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Hello2)
Stage "Hello2" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code -1
Finished: FAILURE