【发布时间】:2014-12-12 05:34:32
【问题描述】:
我已经为 Jenkins 尝试了几个工件插件,但到目前为止都没有成功:
我使用 hadoop 作为部署文件系统,并从 hadoop 部署我的应用程序(mesos/marathon 只能访问 http 或 hdfs)。如何让 Jenkins 将工件 zip 从 sbt 保存到 hdfs?我没有给我运行 shellcommand 的选项
【问题讨论】:
标签: hadoop jenkins hdfs marathon
我已经为 Jenkins 尝试了几个工件插件,但到目前为止都没有成功:
我使用 hadoop 作为部署文件系统,并从 hadoop 部署我的应用程序(mesos/marathon 只能访问 http 或 hdfs)。如何让 Jenkins 将工件 zip 从 sbt 保存到 hdfs?我没有给我运行 shellcommand 的选项
【问题讨论】:
标签: hadoop jenkins hdfs marathon
插件Hudson Post build task 让您可以运行shell 命令并将必要的文件作为shell 脚本复制到hadoop
【讨论】: