jenkinsci / jenkinsci/github-branch-source-plugin
[JENKINS-64824] Cannot filter Pull Request jobs by title/description
- Dominant language
- Java
- Stars
- 217
- Forks
- 398
- Avg merge
- 30m
- Merged PRs (30d)
- 1
Description
I am using GitHub branch source plugin to build pull requests and it works perfectly. However, I want to customize the builds such that some of the pull request jobs are skipped.
For example: If Pull Request title or description contains a specific word like "Automated" then skip the build.
Is there a way this can be achieved ? I tried using Filter by name (with wildcard) but that does not seem to work. Build get started as soon a Pull Request is opened.
---
Originally reported by richmond, imported from: Cannot filter Pull Request jobs by title/description
Raw content of original issue
I am using GitHub branch source plugin to build pull requests and it works perfectly. However, I want to customize the builds such that some of the pull request jobs are skipped.
For example: If Pull Request title or description contains a specific word like "Automated" then skip the build.
Is there a way this can be achieved ? I tried using Filter by name (with wildcard) but that does not seem to work. Build get started as soon a Pull Request is opened.
environment
```
Jenkins LTS 2.263.2
GitHub Branch Source v2.9.0
```
1 attachment
- [GitHub Branch Source configuration.png](https://issues.jenkins.io/secure/attachment/53958/GitHub%20Branch%20Source%20configuration.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.