Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/regex/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Command line Hudson CLI,有人让它工作了吗?_Command Line_Continuous Integration_Hudson - Fatal编程技术网

Command line Hudson CLI,有人让它工作了吗?

Command line Hudson CLI,有人让它工作了吗?,command-line,continuous-integration,hudson,Command Line,Continuous Integration,Hudson,不管发生什么事,我都无法让它工作。它唯一能做的就是列出帮助。这就是全部。如有任何帮助,我们将不胜感激。非常感谢。我安装了Debian软件包(然后是先决软件包daemon,以使其完成安装),然后根据说明从WAR文件中获得JAR文件,它对我有效: jcomeau@intrepid:~$ java -jar /usr/local/bin/hudson-cli.jar -s http://localhost:8080/ version 2.0.1 jcomeau@intrepid:~$ java -ja

不管发生什么事,我都无法让它工作。它唯一能做的就是列出帮助。这就是全部。如有任何帮助,我们将不胜感激。非常感谢。

我安装了Debian软件包(然后是先决软件包
daemon
,以使其完成安装),然后根据说明从WAR文件中获得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.