简体   繁体   English

Build,Hudson,SVN,Jboss

[英]Build,Hudson,SVN,Jboss

I have Hudson configured in Tomcat. 我在Tomcat中配置了哈德森。 And I build the application using the Hudson. 我使用Hudson构建应用程序。 I also want to configure the Jboss Server using the Hudson, so that after the buld, Jboss automatically takes the new build and restart the server. 我还想使用Hudson配置Jboss服务器,以便在buld之后,Jboss自动采用新的版本并重新启动服务器。

One more, How can I get the war file link on my Hudson link which is build on Linux server, so that I can download the same. 还有一个,如何在我的Linux服务器上建立的Hudson链接上获取war文件链接,以便可以下载该文件。

When you know the created artifact, you could just copy it over into JBoss and have it hot deployed there. 当您知道所创建的工件时,您可以将其复制到JBoss中,然后将其热部署到那里。 Hudson allows for custom commands to be run after a job - this would apply here. Hudson允许在作业后运行自定义命令-这将在此处适用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM