Overview of the Canary and Blue-Green deployment pipelines
Build Pipelines enable developers to orchestrate the software build, test, and delivery steps of CI/CD. From a Build Pipeline you can compile the application source code, run tests, and produce the output package (artifact) on a service managed build runner. The pipeline can receive a trigger from a source code repository (Git repo) commit to start the pipeline run. Developers can define the build execution environment, phases of the continuous integration (CI) process, and commands to run via a build configuration file in their source code repository.
Join us for a session on Oracle DevOps where you will learn about the latest additions to the service, Blue-Green and Canary Deployment Pipelines, how they work and what exciting new additions and flexibility they bring to your workflows.