Configure a Job to Cancel the Configuration Migration

If for some reason your import configuration job fails, configure a job to cancel the migration process.

This job requires the unique configuration set ID generated by the export configuration job. If you're not planning to run this job in a pipeline with the export configuration job, you'll need to provide the configuration set ID manually.
  1. In the left navigator, click Builds Builds.
  2. In the Jobs tab, click the export configuration job.
  3. Click Configure.
  4. Click the Steps tab and note the Configuration Set ID field's parameter name.
  5. Click Cancel.
  6. Return to the Jobs tab and click + Create Job.
  7. In the New Job dialog box, in Name, enter a unique name.
  8. In Description, enter the job's description.
  9. In Template, select the System Default OL7 for Visual Builder template.
  10. Click Create.
  11. (Optional) Click Configure Builds.
  12. If you plan to run this job manually and not in a pipeline with the export configuration job, add a build parameter to accept the configuration set ID at runtime. Ignore this step if this job runs in a pipeline with the export configuration job.
    1. Click the Parameters tab.
    2. From Add Parameter, select String Parameter.
    3. In Name, enter the Configuration Set ID parameter name you copied in Step 4.
      If you didn’t change the default parameter name, enter CONFIGURATION_SET_ID.
    4. (Optional) In Description, enter the parameter’s description. For example: Enter the configuration ID copied from the CSM Export job’s build log.
  13. Click the Steps tab.
  14. From Add Step, select Configuration Set Migration, and then select Cancel Migration.
  15. In Target Instance, select the environment that points to the Oracle Cloud Application's target instance.
  16. In Configuration Set ID, enter the Configuration Set ID parameter name you noted in Step 4 in the $<PARAMETER_NAME> or ${<PARAMETER_NAME>} format. By default, it's set to ${CONFIGURATION_SET_ID}.
    When a build of this job runs, the job gets the unique configuration set ID generated by the export configuration job. If no ID is found, it fails.
  17. In Username and Password, enter the credentials of an IDCS user's credentials who is also an Oracle Cloud Applications user.
  18. Click Save.