We are using Jenkinsfile which has multiple pipeline stages.
In a specific stage, I want to skip the stage when a PR only includes *.md in any folder or .gitignore in any folder or tools/*.cfg that are changed. Any other file changes shall not skip the stage.
How can I achieve this using changeset in assumption I mentioned above?