Category: Jenkins

As all the world knows, inside of CI/CD exists automate building. This concept is so important in DevOps because here you build your package and run automate tests (depends on the result if you are continuous or abort the next phases). I know that already there is a lot of documentation about this topic, but I will write about my concerns and opinions.

All commands and use are logic, so, you no need a lot of memory in your head to remember how it works and extend its functionality.

As I said earlier, I will post more about Gradle and how to use it with Jenkins and so on.

Related Articles