I don’t think that having the jenkinsfile in the repository is really a good idea, since when you update it going to trigger the job.
May be have it in a separate repository that the code. Is it even possible ?
Hi @onhelial,
Yes, you can definitely set up Jenkins in a separate repository, but there are pros and cons. If your Jenkins is in a different repo from the application repo, you may need to add a step to clone the application repo in the Jenkinsfile.