如何在jenkins中触发远程服务器上的构建

时间:2020-12-12 23:12:33

How do you trigger builds on remote servers in jenkins

如何在jenkins中触发远程服务器上的构建

2 个解决方案

#1


If I understand the question correctly, you can simply go to http://ip:port and run the build you want where IP and port is of the server where Jenkins is installed.

如果我正确理解了这个问题,你只需转到http:// ip:port并运行你想要的构建,其中IP和端口是安装Jenkins的服务器。

Please explain more if you need more help.

如果您需要更多帮助,请详细说明。

#2


You can post an empty string to http://jenkins.url.com/job/your_job_name/build with optional authorization header.

您可以使用可选的授权标头将空字符串发布到http://jenkins.url.com/job/your_job_name/build。

#1


If I understand the question correctly, you can simply go to http://ip:port and run the build you want where IP and port is of the server where Jenkins is installed.

如果我正确理解了这个问题,你只需转到http:// ip:port并运行你想要的构建,其中IP和端口是安装Jenkins的服务器。

Please explain more if you need more help.

如果您需要更多帮助,请详细说明。

#2


You can post an empty string to http://jenkins.url.com/job/your_job_name/build with optional authorization header.

您可以使用可选的授权标头将空字符串发布到http://jenkins.url.com/job/your_job_name/build。