Skip to Main Content

Visual Builder

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pipeline to Deploy OIC Integration using Parameter

Mike ClarkeMar 14 2024

Is is possible to use a job parameter within the step to import an OIC integration

I have a build step that compares a release branch within GIT to the main branch and produces artifacts of the iar files that have changed.

In the next job where I wish to deploy the iar file I have a step to set a parameter (pfilename) and want to know if it is possible to use this paramter in the next step to import the integration as shown in the image.

When I try to do this I get an error in the build log:

It does not look like it is interpreting this as a parameter and therefore not replacing this with the value from the previous step.

Am I doing something wrong or does this type of standard step not support parameters in this way?

A similar approach seems to work okay for a SQLCL step:

For context, this is just a POC at the moment, eventually I need to be able to just import integrations that have changed, so overall we have ~10 OIC integrations, this new release branch may only have changed 2 or 3 of them, and so I need the pipeline to spot which integrations have changed (using git diff) and then call the import integration step the correct number of times, with the correct filename, just for the integrations that have changed.

Thank you

Comments
Post Details
Added on Mar 14 2024
1 comment
437 views