【发布时间】:2015-08-25 10:04:37
【问题描述】:
我正在尝试将 staticfile-buildpack 用于 Cloud Foundry (Bluemix) 上的简单 HTML/CSS 页面。使用以下清单进行手动 CF 推送时,我没有问题:
---
applications:
- name: rrn-hasher
memory: 64M
host: rrn-hasher
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
stack: cflinuxfs2
当我尝试使用 CF plugin 并将其设置为选择 manifest.yml 而不是手动配置 Jenkins 中的所有属性时,我得到以下异常
It looks like you're deploying on a stack (currently set to *lucid64*) that's not supported by this buildpack.
由于某种原因,该插件似乎没有使用 manifest.yml 中的 stack 条目?
【问题讨论】:
标签: jenkins jenkins-plugins cloud-foundry ibm-cloud