What is Jenkinsfile?

What is Jenkinsfile?

Hi Devan,

A Jenkins file is a text file that has a definition of a Jenkins pipeline and is checked into the source control repository. It enables code review and iteration in the pipeline. It also permits an audit trail for the pipeline.