Thank for your reply, but I figured it out. The Jenkins is not capable to run on AppEngine or Cloud run, because both of are serverless environments, and the Jenkins is a server.
However you didn't understand my question, because I wanted to run Jenkins on AppEngine or Cloud Run, because of scale to zero. But I figured it out and successfully deployed Jenkins to Cloud Run, It worked until the server scaled to 0, when it happened, the Jenkins died, and needed to reconfigure it.
Thats why I will use GCE in the future. But thanks for your time. :)