Continuous Integration and Delivery

You can set up a CI/CD pipeline by using Oracle Developer Cloud Service or a third-party service to host a remote Git repository that contains both your custom API code and the tooling required to deliver the custom code to Oracle Mobile Hub.

The tooling is included in the Custom Code Test Tools that you can download from Oracle Technical Network. The tooling allows you to deliver custom API code from the command line or from a shell script.

To use CI/CD with Oracle Developer Cloud Service, you create a build script that runs when you push changes to the remote Git repository. The script contains the same commands that you use when delivering code to Oracle Mobile Hub from the command line of your development system. This guarantees that the process that the build script uses is the same one that you use on your development system.