Plugin Information
This plugin allows to manage a JBoss Application Server during build procedure.
With the plugin we can start/stop JBoss AS. It's very useful if we need to run some integration tests against of the server. There is also operation allows verification if artifacts are deployable.
The plugin is using JMX to communicate with JBoss AS so there is possible to implement other features.
Supported versions
The plugin was tested on JBoss AS versions:
I'm looking for feedback if the plugin works with other versions as well.
Requirements
Recommended version of the Hudson is 1.355.
Known issues
- There is a problem to add more then one step in build procedure at once. This problem is related to issue HUDSON-5028 and be managed in jboss component issue HUDSON-5635. Current workaround is to create one step save configuration and add another step by edit job configuration and again. Sorry for that but couldn't find quicker solution at this moment. (It looks like the problem not occuring in 1.355 version of Hudson)
- threre is a problem with version of log4j. The issue is related to HUDSON-4433 and be managed in jboss component in HUDSON-5709. (This issue is not occuring in Hudson 1.355)
Changelog
Version 1.0.3 (20-Apr-2010)
- added timeout to global server configuration, it will be honor during START_AND_WAIT operation
- added support to verify WARs by CHECK_DEPLOYMENT operation
Version 1.0.2 (18-Feb-2010)
- fixes in build step configuration
Version 1.0.1 (12-Feb-2010)
- javadocking, wiki page created
Version 1.0 (10-Feb-2010)
Comments (3)
Aug 09, 2010
Chris Roark says:
How Do I use this plugin? I installed it on my Hudson and was able to see it und...How Do I use this plugin? I installed it on my Hudson and was able to see it under the main Hudson configuration where I set JBoss Home etc.
But I am unable to see anything related to the JBoss Plugin while configuring any jobs.
I am using Hudson 1.355 with JBoss Management Plugin 1.0.3 on CentOs.
Thanks,
Chris.
Jan 03, 2011
John Larsen says:
Did you configure the plugin under Manage Hudson/system configuration?Did you configure the plugin under Manage Hudson/system configuration?
Jan 03, 2011
John Larsen says:
Question about using jboss management with nodes. Seems like we can only use thi...Question about using jboss management with nodes. Seems like we can only use this plugin for local installations of hudson?
Thanks,
-Kip