2014-07-01 81 views

回答

1

可以通過獲取最新的war文件並將環境變量(JENKINS_WAR_PATH)指向新文件來完成。

更多信息here

+0

爲什麼downvotes。這實際上是正確的答案。我甚至自己升級jenkins。 – Iaz3

+0

+1,這是正確的[github](https://github.com/openshift/jenkins-cloud-plugin/issues/27#issuecomment-41483911)問題頁面上提到。也爲我工作。 – najjarammar

0

我知道這是爲時已晚,但這裏是正確的步驟,在Openshift手動升級詹金斯。

  1. 從openshift安裝rhc工具並將其配置到您的帳戶。
  2. 從終端運行rhc set-env JENKINS_WAR_PATH=/path -a your_app_name

    如:rhc set-env JENKINS_WAR_PATH=/var/lib/openshift/585fdddb2d5271c8bc000109/app-root/data/jenkins_war/jenkins.war -a jenkins

  3. Restrat您的應用openshift控制檯。

更多詳情:https://bugzilla.redhat.com/show_bug.cgi?id=1099252

相關問題