-
Bug
-
Resolution: Duplicate
-
Minor
-
Docker Image: jenkins/jenkins:lts-jdk17
Jenkins version: 2.414.3
Git Plugin version: 5.2.0
Item: Multibranch Pipeline
In the configuration of a multibranch pipeline I can't find the additional behaviour Polling ignores commits with certain messages under Branch Source clicking Add.
According to the documentation this behavior should be available:
https://plugins.jenkins.io/git/#plugin-content-polling-ignores-commits-with-certain-messages
Source Code Management configuration of a Freestyle Project has this additional behavior.
- duplicates
-
JENKINS-72245 "Polling ignores commits in certain paths" is missing under "Behaviours" on Git Source
-
- Closed
-
The image in the documentation shows that the job is named "git-freestyle". That job name is intentional as a way of showing that is what is being illustrated in that section of the documentation. I'll need to improve the documentation to make it clear in the text that the option is not available for Pipeline jobs.
Pipeline provides more general purpose ways to ignore commits on certain paths. A stackoverflow article provides one technique with the changeset directive.