Deploying a Watson and Cloudant App With DevOps Services

Posted by Jeff Sloyer on Mon, Nov 24, 2014
In Tutorial,
Tags bluemix javaee cloudant watson liberty

Backed by popular demand this is a continuation of the post Building a Java EE app on IBM Bluemix Using Watson and Cloudant.

This post will detail how to build and deploy the app using IBM DevOps Services.

There is a bit of magic behind this, its called “The Deploy to Bluemix Button”…

Clicking the magic button below will setup the app using IBM DevOps services and deploy the whole application for you.

Deploy to Bluemix

So let’s talk about what this magic button does. The button is actually just a shortcut to setting up the deployment pipeline for you. What it does behind the covers is the following.

  1. Clones the git project
  2. Configures the devops pipeline
  3. Triggers the pipeline
    1. Compiles the .war file
    2. Deploys the application To Bluemix

Isn’t that pretty cool? Well what are you waiting for, click the button above!

comments powered by Disqus