I have a long running Jenkins job that can run for more than one hour. Via shell scripts, it kicks off an activity in AWS (runs a docker container as a task), then monitors the state of the task every 30 seconds and ends when the task finishes.
As part of the process, it finishes by logging the exit code of the container to the Jenkins console log. For runs that take less than 1 hour, the output is as expected. For runs that take more than one hour, the task in AWS continues to run. However the Jenkins log, at the 60 minute mark, abruptly stops and displays a SUCCESS status. I am thus trying to track down what might be the cause of this. I am running Jenkins 2.33 via tomcat7 on a 64 bit AWS Linux server based on the 2016.09 AMI. I suspect it may be the build_timeout plugin which is installed but not enabled for this job. I have version 1.18 installed. I don't see anything of relevance in either the tomcat log or the Jenkins system Log at the time. Any pointers as to what to look for next and where would be appreciated. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/516db8ab-edc3-43e6-87c6-e47d0e53604b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
