aws-samples / serverless-jenkins-on-aws-fargate

MIT No Attribution
123 stars 110 forks source link

Error on build_docker_image #26

Closed carlaabanes closed 1 year ago

carlaabanes commented 2 years ago

Has anyone encountered the issue below when deploying?

module.serverless_jenkins.null_resource.build_docker_image (local-exec): #10 17.27 Oct 10, 2022 8:50:58 AM org.apache.http.impl.execchain.RetryExec execute module.serverless_jenkins.null_resource.build_docker_image (local-exec): #10 17.27 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://updates.jenkins.io:443: The target server failed to respond

The task seem to be stuck at PENDING and then STOPPED

Stopped reason ResourceInitializationError: unable to pull secrets or registry auth: execution resource retrieval failed: unable to retrieve secrets from ssm: service call has been retried 5 time(s): RequestCanceled: request context canceled caused by: context deadline exceeded

I have a VPC with 2 public and private subnets, with nat gateway routing and internet gateway. Also I have verified the IAM role that has permission to ssm parameter store is already created so not sure where else to look.

Also I made some changes on the plugins.txt for the updated prerequisites. Is this ok for a PR?

Thanks in advance!

apogorielov commented 1 year ago

Hi, I've added the list of updated plugins, that are verified to work. Please try to use the latest configuration available in the main branch. Feel free to re-open this ticket if issue persist.

Kind regards, Alex