Continuous Release process allows an artifact to be continuously releasable and promotable to the upper environment.
The topic has been covered by a large amount of articles, so why this new one? Continuous release of an Application (eg. executable jar, war)
is indeed well covered but not the continuous release of the dependencies (eg. jar library) of an Application.
In this article we will cover both topics and we will get ride of the release pipeline I describe in my previous article Jenkins Workflow - Pipeline de release
to
rely solely on a slightly modified continuous integration pipeline. I will end the article with a description of the Continuous Integration pressure paradigm.