2011-07-12 21 views

回答

0

我安裝了Debian軟件包(當時必備包daemon讓它完成安裝),然後得到了根據指令warfile jar文件,和它的作品對我來說:

[email protected]:~$ java -jar /usr/local/bin/hudson-cli.jar -s http://localhost:8080/ version 
2.0.1 
[email protected]:~$ 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. 
相關問題