Create a project that integrates with IBM UrbanCode Deploy

In this tutorial, you create a project that builds distributable artifacts and loads them into IBM™ UrbanCode™ Deploy components. The source code is downloaded from GitHub and built with Ant.

Learning objectives

In this tutorial, you learn how to complete these tasks:
  • Create a Git repository that connects to GitHub.
  • Create templates that define properties. You specify values for these properties when you create the project.
  • Create a process definition and associate an agent pool with it.
  • Create a job that uses Ant to build the project artifacts, run JUnit tests, create an IBM UrbanCode Deploy component version, and assign a status to the component.
  • Create a project that is based on the templates that you create.
  • Run a build and monitor its progress.
  • Examine the results of the build by reviewing the component version that was created by the project in IBM UrbanCode Deploy.

Time required

2 hours