October 2022
Beginner to intermediate
139 pages
2h 3m
English
In the last chapter, we created a Java microservice application, added our source code to a Git repository that was pushed to GitHub, and created a workflow configuration for GitHub Actions, which resulted in our first successful CI/CD run. Of course, that run didn’t do anything except print out a message to the console, but it was successful nonetheless! In this chapter, we’ll jump into more meaningful activities as it relates to CI/CD. Specifically, we’ll focus on publishing an artifact (JAR file) for ...
Read now
Unlock full access