Deploy Plugin

Plugin Information

Plugin ID deploy
Latest Release 1.5
Latest Release Date Jan 16, 2010
Changes via Fisheye In Latest Release
Since Latest Release
Maintainer(s) n/a (id: kohsuke)
Issue Tracking Open Issues

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)

Labels:

plugin-upload plugin-upload Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. 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?

  2. 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

  3. 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?