Integrating the deployment operation
Till now we have covered Pipeline or orchestration of different tasks and now let's integrate pipeline and deployment automation. By doing this, we will complete Continuous Integration and Continuous Delivery with orchestration. Let's try to integrate the deployment operation into the build pipeline.
We will need to perform the following tasks:
- Compile source files.
- Execute JUnit test cases.
- Archive the artifact/WAR file: It is used to archive build artifacts, such as JAR files, WAR files, and ZIP files, so they can be downloaded later. Add Post-build Actions to
PetClinic-Test
to archive the artifact: - Execute the ...
Get DevOps for Web Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.