jenkinsci / jenkinsci/git-plugin
[JENKINS-29512] Select latest tagged commit on branch
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
I'd like to create a job that builds the latest stable release, but ignores commits on the stable branch between releases.
For this, I need to select the latest commit (shortest distance from branch tip) that also has a tag.
---
Originally reported by
simonrichter, imported from: Select latest tagged commit on branch
Raw content of original issue
I'd like to create a job that builds the latest stable release, but ignores commits on the stable branch between releases.
For this, I need to select the latest commit (shortest distance from branch tip) that also has a tag.
Contributor guide
Assessment
This issue has not been assessed yet.