jenkinsci / jenkinsci/git-plugin
[JENKINS-27080] support tokens in "compare to branch" option (calculate changelog)
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
There's an excellent advanced option to calculate changelog against given branch.
It would be brilliant if I could provide the branch name by job's property so I can make it more dynamic.
The code is here
https://github.com/jenkinsci/git-plugin/blob/master/src/main/java/hudson/plugins/git/ChangelogToBranchOptions.java
---
Originally reported by or_shachar, imported from: support tokens in "compare to branch" option (calculate changelog)
Raw content of original issue
There's an excellent advanced option to calculate changelog against given branch.
It would be brilliant if I could provide the branch name by job's property so I can make it more dynamic.The code is here
https://github.com/jenkinsci/git-plugin/blob/master/src/main/java/hudson/plugins/git/ChangelogToBranchOptions.java
- environment:
jenkins 1.580.3, git-plugin-2.3.4
Contributor guide
Assessment
This issue has not been assessed yet.