gpt4 book ai didi

java - 在 GCE 上重启后 Jenkins 无法正常启动

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:22:06 25 4
gpt4 key购买 nike

如果我因为安装插件而需要重启 Jenkins,例如从服务器永远不会打开。我正在使用谷歌计算引擎。我遵循了本教程:

https://cloud.google.com/tools/repo/push-to-deploy

使用它来创建 Jenkins 服务器:

export PASSWORD=<password>
export PROJECT_ID=<project-id>

gcloud compute \
instances create bitnami-jenkins \
--project ${PROJECT_ID} \
--image-project bitnami-launchpad \
--image bitnami-jenkins-1-587-0-linux-debian-7-x86-64-image \
--zone us-central1-a \
--machine-type n1-standard-1 \
--metadata "bitnami-base-password=${PASSWORD}" \
"bitnami-default-user=user" \
"bitnami-key=jenkins" \
"bitnami-name=Jenkins" \
"bitnami-version=1-587-0" \
"bitnami-url=//bitnami.com/stack/jenkins" \
"bitnami-description=Jenkins." \
"startup-script-url=https://dl.google.com/dl/jenkins/p2dsetup/setup-script.sh" \
--scopes "https://www.googleapis.com/auth/userinfo.email" \
"https://www.googleapis.com/auth/devstorage.full_control" \
"https://www.googleapis.com/auth/projecthosting" \
"https://www.googleapis.com/auth/appengine.admin" \
--tags "bitnami-launchpad"

这是 Jenkins 在重启后的样子:

enter image description here

最佳答案

我们刚刚发布了对启动脚本的更改以修复此问题。下次您重新启动实例时,您的从站应该在线。

关于java - 在 GCE 上重启后 Jenkins 无法正常启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27636269/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com