Hudson CLI,有人让它上班吗?

时间:2011-07-12 03:02:22

标签: command-line continuous-integration hudson

我无论如何都无法工作。它唯一能做的就是它列出了帮助。就这样。任何帮助,例子表示赞赏。非常感谢。

1 个答案:

答案 0 :(得分:0)

我安装了Debian软件包(然后是必备软件包daemon以完成安装),然后根据说明从warfile中获取了jar文件,它对我有用:

jcomeau@intrepid:~$ java -jar /usr/local/bin/hudson-cli.jar -s http://localhost:8080/ version
2.0.1
jcomeau@intrepid:~$ java -jar /usr/local/bin/hudson-cli.jar -s http://localhost:8080/ list-changes
Argument "JOB" is required
java -jar hudson-cli.jar list-changes args...
Dumps the changelog for the specified build(s)
 JOB                         : Name of the job to build
 RANGE                       : Range of the build records to delete. 'N-M',
                               'N,M', or 'N'
 -format [XML | CSV | PLAIN] : Controls how the output from this command is
                               printed.