Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » Deploy in multiple servers(Maven+Hudson)
Deploy in multiple servers(Maven+Hudson) [message #896934] Fri, 20 July 2012 13:29 Go to next message
get boa is currently offline get boaFriend
Messages: 1
Registered: July 2012
Junior Member
Is there a way to build a maven project with different profiles and deploy'em on different servers?
Lemme try to make a scenario.
There's a tag(ht tps://...svn/myApp/tags/1.1) which needs to be built through maven with two profiles(florida / california) after that It'll result in 2 war files(myApp1.1-florida.war/myApp1.1-california.war).
Thus, I need to deploy the myApp1.1-florida.war in two servers(florida_1 / florida_2) and myApp1.1-california.war in two others(california_1 / california_2), so guys, Is it possible to do it using Hudson, with or without plugins? If not, Is there another tech that suits on this case?
Lemme know if I wasn't clear enough and I'll try to explain it better.
Re: Deploy in multiple servers(Maven+Hudson) [message #896994 is a reply to message #896934] Fri, 20 July 2012 17:57 Go to previous message
Steve Christou is currently offline Steve ChristouFriend
Messages: 125
Registered: June 2012
Location: Milwaukee, Wisconsin
Senior Member

Have you tried the deploy plugin? wiki.hudson-ci.org/display/HUDSON/Deploy+Plugin. You should be able to deploy your .war file to different servers.

/**
 * @author Steven Christou
 * @dev    Hudson-ci
 */
Previous Topic:Hudson 2.2.1 failed to launch the slave agent
Next Topic:App crashes first time after update (jnlp and jars) started via shortcut
Goto Forum:
  


Current Time: Thu Mar 28 22:51:24 GMT 2024

Powered by FUDForum. Page generated in 0.02378 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top