jenkinsci / jenkinsci/gitlab-plugin
[Feature request] Allowed commits configuration
Open
feature request
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 615
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 10
Description
## Feature Request
### Feature description
It would be useful to have an `Allowed commits` configuration similar to the existent `Allowed branches`
One frequent scenario is running jobs on Gitlab push events, doing some changes during the Jenkins job and then commit and push the changes. This causes a job to run again, because of the new push event.
If we could have a configuration to filter commit messages we could use specific commit names or regex to not execute another job.
Contributor guide
Assessment
This issue has not been assessed yet.