Hello community
I am implementing a full cicd Life cycle. This Life cycle consist of five stages:
Verification
Build
Deploy
Qa
Consolidation
Each one is a complex proccess. We are using shared libraries to commit the project. The problem is the client doesn’t want shared libraries but the client want the same flexibility and capability.
Dos someone know same jenkins configuration or app that offers the same shared libraries caracteristics but only requiere install and config?
Regards