...
Oracle Integration Cloud can now be used as a Source Control System in FlexDeploy. This allows more a more native approach to continuous integration for OIC and FlexDeploy.
To get started create creating an OIC Source Control Instance like you would any other Source Control Instance. Be sure to select the SCM Type as Oracle Integration Cloud.
...
The only required property for the Source Control Instance is the OIC Cloud Account Code you wish to use. Typically, this is the OIC development instance. Once the Source Control Instance is configured you can select the instance Oracle Integrated Cloud type on a Project just like normally.
...
Info |
---|
Integration IdWhen using the OIC Source Control option you need to specify the OIC Integration Id. This should be of the format "INTEGRATION_CODE|VERSION". |
Thats From here you can set up a GitHub repository in the source control tab and that's it! OIC is now setup on the project as a source control system. This allows more native integration with FlexDeploy's SCM features such as CI. You can now setup CI Triggers on the project like a Poll SCM Trigger
...
...