Continuous integration 是否可以在Hudson';将远程触发的作业?

Continuous integration 是否可以在Hudson';将远程触发的作业?,continuous-integration,hudson,Continuous Integration,Hudson,我需要在作业中传递一些远程触发的参数。 有可能吗?哈德逊维基有一个关于的页面,其中包括: A build can be started just by accessing: http://server/job/myjob/buildWithParameters?PARAMETER=Value 只需访问以下内容即可启动生成: http://server/job/myjob/buildWithParameters?PARAMETER=Value 哈德逊的工作有一个选择: Build Environm

我需要在作业中传递一些远程触发的参数。

有可能吗?

哈德逊维基有一个关于的页面,其中包括:

A build can be started just by accessing: http://server/job/myjob/buildWithParameters?PARAMETER=Value 只需访问以下内容即可启动生成: http://server/job/myjob/buildWithParameters?PARAMETER=Value
哈德逊的工作有一个选择:

Build Environment -> Configure M2 Extra Build Steps -> Add post-build step -> Execute Shell
因此,您可以通过以下方式通过此选项执行wget:

wget="http://server/job/myjob/buildWithParameters?PARAMETER1=Value1\&PARAMETER2=Value2"

试试看!我用过它,它很管用!:)

如果您使用的是运行参数,则可以通过
&SelectedRun=myjobname#12345