12:08:55 [2019-10-10 19:08:55] [INFO] Running verify succeeded in 27s
16:54:40 Cancelling nested steps due to timeout
16:55:40 Body did not finish within grace period; terminating with extreme prejudice
12:08:55 [2019-10-10 19:08:55] [INFO] Running verify succeeded in 27s 16:54:40 Cancelling nested steps due to timeout 16:55:40 Body did not finish within grace period; terminating with extreme prejudice
For a pipeline script of {noformat} pipeline { agent none options { timestamps() buildDiscarder(logRotator(numToKeepStr: '30', artifactNumToKeepStr: '30')) timeout(time: 5, unit: 'HOURS') ansiColor('xterm') } stages { stage('Pre-Build') { .... <truncated> {noformat}
When the timeout is reached, we see the job hang and not killed
{noformat}
12:08:55 [2019-10-10 19:08:55] [INFO] Running verify succeeded in 27s 16:54:40 Cancelling nested steps due to timeout 16:55:40 Body did not finish within grace period; terminating with extreme prejudice {noformat}
For a pipeline script of {noformat} pipeline { agent none options { timestamps() buildDiscarder(logRotator(numToKeepStr: '30', artifactNumToKeepStr: '30')) timeout(time: 5, unit: 'HOURS') ansiColor('xterm') } stages { stage('Pre-Build') { .... <truncated> {noformat}
When the timeout is reached, we see the job hang and not killed.
!console-log.png|thumbnail!
The job is way past its 5 hour timeout. !progress.png|thumbnail!
{noformat} 12:08:55 [2019-10-10 19:08:55] [INFO] Running verify succeeded in 27s 16:54:40 Cancelling nested steps due to timeout 16:55:40 Body did not finish within grace period; terminating with extreme prejudice {noformat}
For a pipeline script of {noformat} pipeline { agent none options { timestamps() buildDiscarder(logRotator(numToKeepStr: '30', artifactNumToKeepStr: '30')) timeout(time: 5, unit: 'HOURS') ansiColor('xterm') } stages { stage('Pre-Build') { .... <truncated> {noformat}
When the timeout is reached, we see the job hang and not killed
!console-log.png|thumbnail!
!progress.png|thumbnail!
{noformat} 12:08:55 [2019-10-10 19:08:55] [INFO] Running verify succeeded in 27s 16:54:40 Cancelling nested steps due to timeout 16:55:40 Body did not finish within grace period; terminating with extreme prejudice {noformat}