Classic approach for deploying artefacts to Oracle Cloud Java and Application Container instances was utilising “Deployments”:
There is a new option, now you can made deploys in build steps.
For doing that you must first create an “Environment”, watch this video to see how:
After that, go to one of your builds and add an “Oracle Deployment” step:
Now put the correct values the same way you did in the “classic” deployment, for example this is a setup for an ACCS deployment:
And that’s all, you are done!
Last but not least, remember that you can get benefit of the PIPELINES feature and create visual workflows of steps of any king (compile, test, deploy,..)
Hope it helps! š