Adding mobile artifacts to UrbanCode Deploy#

You can use the build scripts to add your build artifacts to UrbanCode™ Deploy for deployment to the IBM® MobileFirst Platform Foundation Server.

  1. You can use any of the following methods to add your build artifacts to UrbanCode Deploy:

    |**Copy the files into a user-defined file system**|Copy the build artifacts to a location on the UrbanCode Deploy server's file system for a versioned file.|
    

    |Push the files to the UrbanCode Deploy server|Use the command-line client (CLI) to push the build artifacts to the UrbanCode Deploy server. The CLI is a command-line interface that provides access to the UrbanCode Deploy server. You can use the CLI to push the build artifacts to the UrbanCode Deploy server in the following scenarios:

    • When the Jazz™ Build Engine and the UrbanCode Deploy server are not installed on the same build computer.
    • To support running the UrbanCode Deploy server on different operating systems. Tip: You can use the createVersion and addVersionFiles commands to deploy binary files to the UrbanCode Deploy server.

| |Copy the files into a source-code management system|Copy the build artifacts into a source-code management system, such as: - Git - IBM Rational® Asset Manager - Subversion |

**Tip:** Assign a version to the mobile application that is deployed to the Application Center. This version must match the version that is assigned in UrbanCode Deploy.

Parent topic: Building and deploying mobile applications