How to deploy to Wildfly Cluster using Atlassian Bamboo

476 Views Asked by At

I am creating CI and CD build process in Bamboo. Our applications are deployed in a Wildfly 9.0.2.Final server (which is clustered). Example, our deployment environment is as follows:

  • DEPLOYMENT (MASTER server)
  • DEV
  • QA
  • PRE_PROD

How do I configure my stage to include deployment to Wildfly cluster as Bamboo doesn't have Wildfly plugin to include?

1

There are 1 best solutions below

1
On

Bamboo pipeline can be configured in multiple way. You can create a java code to invoke Wildfly rest API for deployment and include that as a script task.