-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.254
RHEL 7.7
GitHub
I have recently installed the multibranch-build-strategy-extension plugin to avoid triggering builds for the following regions:
*.md *.gitignore docs/**
I have configured it into the project and then tried using .jenkinsignore file instead.
Either way, when pushing a modification only on the README.md file, a build is still triggered when pollSCM checks for changes
Looking at Jenkins system logs, I have the following type of errors:
Apparently, when using the .jenkinsignore, it does not find it in the repository content from the previous revision