Plugin Information
This plugin takes a war/ear file and deploys that to a running remote application server at the end of a build. The implementation is based on Cargo. The list of currently supported containers include:
- Tomcat 4.x/5.x
- JBoss 3.x/4.x
- Glassfish ?
Changelog
Version 1.5 (upcoming)
- Support Ant style GLOBs for specifying war/ear files (issue #5166)
Version 1.4 (2009/12/30)
- Update library to Cargo 1.0
- Only deploy if the build was successful, unless "even when failed" option is checked
- Check URL format when saving config
- Update code for more recent Hudson
- Add initial glassfish support
Version 1.3 (2008/08/05)
Version 1.2 (2008/07/11)
- Fixed the problem in submitting the configuration. Make sure to run this with 1.234 or later. (report)
Comments (3)
Jun 19, 2009
Ed Griebel says:
Any plans on adding support for WebLogic 10.3 now that Cargo 1.0 is implemented,...Any plans on adding support for WebLogic 10.3 now that Cargo 1.0 is implemented, or would it be pretty easy to integrate myself?
Oct 13
Rafique Anwar says:
Does it really support deploying on a remote JBoss 4.x? There is a open issue: 3...Does it really support deploying on a remote JBoss 4.x? There is a open issue: 3437
Jan 27
kinwah says:
is it possible to deploy the war or ear as 1 of the build step and not that the ...is it possible to deploy the war or ear as 1 of the build step and not that the end of the build?