-
Bug
-
Resolution: Unresolved
-
Major
-
None
When I paused the Jenkins build during the execution of "Stage" where I added timeout option in the Jenkinsfile. It pauses the execution but the counter of timeout continues.
Means, it will internally count time which we mentioned for stage. After completion of timeout it will show the below error:
Pausing
Cancelling nested steps due to timeout
Body did not finish within grace period; terminating with extreme prejudice
Resuming