Jenkins from zero to hero
Hello, in this video we are talking about how to create jobs by code, we will use Jenkins pipelines for this, there are two types, scripted and declarative, we are using the declarative ones.
In #DevOps we have to be familiar with coding, and for this our CI/CD process should be able to be represented in this way, so we can keep our environment in an repository manager (GitHub, Bitbucket etc)
#DevOps
#JenkinsPipelines
#Groovy