Basics of Jenkinsfile
A Jenkinsfile is a text file that contains the definition of a Jenkins Pipeline. It is written in a domain-specific language (DSL) that is based on the Groovy programming language.
A Jenkinsfile can be stored in a version control system along with th...
rupaks.hashnode.dev3 min read