Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Locate the Plugin Operations pane on the lower right-hand corner of the screen. Expand FlexagonSVNPlugin (or equivalent if you are using another SCM), and drag the exportProjectSources (or equivalent) operation onto the workflow editor pane. For GIT, use cloneProjectSouces operation from the Git plugin. For TFVC, use getProjectSources from the Microsoft TFVC plugin Plugin. For CVS, use exportProjectSources from the CVS plugin. The SCM information will be configured in the project, so you don't need to provide any information for the plugin operation inputs.

...

Click the OK button to save the changes.

Expand the Oracle EBS Plugin, and drag the build operation  operation onto the workflow editor (after the export step). Change name to 'Build EBS' and click OK. Verify that the workflow now appears as follows.

...

Repeat the steps in this section to create the deploy workflow. 


Workflow Name

Workflow Steps

DeployEBS

Oracle EBS -> deploy

Step Output

Value

FDEBS_OUT_DEPLOYED_FILES_LIST

DeployedFiles

FDEBS_OUT_SKIPPED_FILES_LIST

SkippedFiles


The step outputs above set the values returned from the deploy plugin operation into local workflow variables. The DeployedFiles and SkippedFiles variables must now be created in the DeployEBS workflow.



Image RemovedImage Added


Be sure to check select Yes in the Return As Output checkboxes drop down menus.

Finally, we must associate the workflow to the EBS instance (note that we skipped this step when we created the EBS Instance). Edit the EBS instance (Topology -> Instances) and associate the BuildEBS and DeployEBS workflows by shuttling them from the list of available workflows on the left to the list of selected workflows on the right.

...