1 Answer

0 votes
by

Jenkinsfile contains the definition of a Jenkins pipeline and is checked into the source control repository. It is a text file.

1) It allows code review and iteration on the pipeline.

2) It permits an audit trail for the pipeline.

3) There is a single source of truth for the pipeline, which can be viewed and edited.

Related questions

0 votes
    I'm trying to configure my Jenkinsfile to run in one which already have access to my git repository via ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 8, 2022 in Education by JackTerrance
...