Deploying Jenkins Server on Google Cloud Run

5/21/2020

Deploying Jenkins Server on Google Cloud Run

Cloud run service URL is long-awaited and the Jenkins server is not getting ready to configure

Please wait while Jenkins is getting ready - waiting long

but not being starting or getting ready

Cloud run service URL is long-awaited and the Jenkins server is not getting ready to configure

Jenkins server is successfully running in my machine via Kubernetes pod I want to run Jenkins server on serverless solutions, one of the best serverless is cloud run.

I have deployed jenkins/jenkins:lts container on cloud run and make it public IP to access cloud run service. everything is working fine.

When I access public URL to configure Jenkins server it showing "Please wait while Jenkins is getting ready"

It is taking too much time and not getting ready. I have tried many times to delete service and check it locally, fine, and again deploy to cloud run, many times and it not getting ready, now it's stuck. Is there any way out to run Jenkins on the Google cloud run.

Docker Image jenkins/jenkins:lts

Tag Image gcr.io/projectName/jenkinsci:latest

successfully deploy on Google cloud run

but Jenkins server is not getting ready

-- Ameen Alam
containers
google-cloud-run
jenkins
kubernetes
serverless

0 Answers