- Learning Continuous Integration with Jenkins(Second Edition)
- Nikhil Pathania
- 89字
- 2021-07-02 21:18:33
Automated packaging
There is a possibility that a build may have many components. Let's take, for example, a build that has a .rar file as an output. Along with that, it has some Unix configuration files, release notes, some executables, and also some database changes. All of these different components need to be together. The task of creating a single archive or a single media out of many components is called packaging. Again, this can be automated using the CI tools and can save a lot of time.