Jobs don't proceed / is stuck in container creation

Facts:
I use the ECS Fargate implementation of Jenkins. With ECS plugin(latest) for fargate containers.
every thing works fine Until we used the Jenkins version Jenkins 2.356

After an upgrade to 2.357 and anything above, the jobs gets stuck and keep running forever at the point:

does not go beyond this message.

Request help here.

Perhaps your cloud is configured to run Java 8-based agents? Java 11 is required as of 2.357.

2 Likes

Thanks for the nimble response.
Changed the base image to jenkins/inbound-agent:jdk11 and everything worked like charm

Hello @siyengar and welcome to this community :wave: .

Thanks for your feedback. :+1: